Exercise 2.6.11

Answers

A = [ 248 0 3 9 007 ] has L = I ( A is already upper triangular) and D = [ 2 3 7 ]; A = LU has U = A;A = LDU has U = D1A = [ 124 0 1 3 001 ] with 1’s on the diagonal. 

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