Exercise 2.6.16

Answers

[ 100 1 1 0 111 ]c = [ 4 5 6 ]gives c = [ 4 1 1 ].Then [ 111 0 1 1 001 ]x = [ 4 1 1 ]gives x = [ 3 0 1 ]. Those are forward elimination and back substitution for [ 111 1 2 2 123 ]x = [ 4 5 6 ].

User profile picture
2021-12-20 21:11
Comments