Exercise 2.4.29

Answers

Matrices

E21 = [ 100 1 1 0 001 ]

and

E31 = [ 100 0 1 0 401 ]

produce zeros in the 2,1 and 3,1 entries. Multiply E’s to get

E = E31E21 = [ 100 1 1 0 401 ].

Then

EA = [ 210 0 1 1 013 ]

is the result of both E ’s since

(E31E21) A = E31 (E21A).

User profile picture
2021-12-06 18:07
Comments