The LU decomposition A=LU of the given matrix is:
⎝⎛126−195482⎠⎞=⎝⎛126011001⎠⎞⎝⎛100−111040−22⎠⎞
Hence, the inverse of the matrix is A=U−1L−1.
Since U and L are already in upper and lower triangular form, it is easy to find their inverses using Gauss-Jordan elimination.
Inverse of L:
⎝⎛126011001100010001⎠⎞∼(R2→R2−2R1;R3→R3−6R1)∼
⎝⎛1000110011−2−6010001⎠⎞∼(R3→R3−R2)∼⎝⎛1000100011−2−401−1001⎠⎞
Inverse of U:
⎝⎛100−111140−22100010001⎠⎞∼(R2→11R2;R3→22R3)∼⎝⎛100−1104011000111000−221⎠⎞∼(R1→R1+R2−4R3)∼⎝⎛10001000110011111101120−221⎠⎞
Hence, A−1=U−1L−1=⎝⎛10011111101120−221⎠⎞⎝⎛1−2−401−1001⎠⎞=⎝⎛111−112112−1111112211120−221⎠⎞.
Comments