Find LU decomposition using Crout's method of Matrix ...
[324202423]Solution:Crout's method for LU decomposition
Let
A=LU | = | | l11 | l11u12 | l11u13 | | | l21 | l21u12+l22 | l21u13+l22u23 | | | l31 | l31u12+l32 | l31u13+l32u23+l33 | |
|
This implies
l11=3l11u12=2⇒3×u12=2⇒u12=0.6666666667l11u13=4⇒3×u13=4⇒u13=1.3333333333l21=2l21u12+l22=0⇒2×0.6666666667+l22=0⇒l22=-1.3333333333l21u13+l22u23=2⇒2×1.3333333333+(-1.3333333333)×u23=2⇒u23=0.5l31=4l31u12+l32=2⇒4×0.6666666667+l32=2⇒l32=-0.6666666667l31u13+l32u23+l33=3⇒4×1.3333333333+(-0.6666666667)×0.5+l33=3⇒l33=-2Now checking
A=LU ?
LU | = | | 3 | 0 | 0 | | | 2 | -1.3333333333 | 0 | | | 4 | -0.6666666667 | -2 | |
| × | | 1 | 0.6666666667 | 1.3333333333 | | | 0 | 1 | 0.5 | | | 0 | 0 | 1 | |
| = | |
Solution is possible.
This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then