Use elimination to find the triangular factors in A LU if U
Use elimination to find the triangular factors in A = LU, if
Under what conditions on the numbers a, b, c, d are the columns linearly independent?
ab cd abbbSolution
Solution- the matrix is given by -
A=
R4->R4-R3 THEN matrix will be-
R3->R3-R2
now R2->R2-R1
now applying the same elementary operation step by step on 4x4 unit matrix as applied on matrix A we will get,
hence LU decomposed matrix A is the multiplication of the upper two matrices
if a=b=c=d then coulumns are linearly independent
| a | a | a | a |
| a | b | b | b |
| a | b | c | c |
| a | b | c | d |
