Exercise 2.7.11

Answers

Notice that

PA = [ 010 0 0 1 100 ] [ 006 1 2 3 045 ] = [ 123 0 4 5 006 ]

is upper triangular. Multiplying A on the right by a permutation matrix P2 exchanges the columns of A. To make this A lower triangular, we also need P1 to exchange rows 2 and 3:

P1AP2 = [ 1 1 1 ]A [ 1 1 1 1 ] = [ 600 5 4 0 321 ]

User profile picture
2022-01-16 12:17
Comments