Find the inverse of A = ( 1,3,0) ( 0,4,-6) ( -1,5,7) .
Augment the matrix with the identity matrix:
"R_3=R_3+R_1"
"R_2=R_2\/4"
"R_1=R_1-3R_2"
"R_3=R_3-8R_2"
"R_3=R_3\/19"
"R_1=R_1-(9\/2)R_3"
"R_2=R_2+(3\/2)R_3"
On the left is the identity matrix. On the right is the inverse matrix.
"=\\begin{pmatrix}\n (29+9+0)\/38 & (-21+21-0)\/76 &(-9+9+0)\/38 \\\\\n (-0+12-12)\/38 & (-0+28+48)\/76 & (-0+12-12)\/38 \\\\\n (-29+15+14)\/38 & (21+35-56)\/76 & (9+15+14)\/38\\\\\n\\end{pmatrix}"
"A^{-1}=\\begin{pmatrix}\n 29\/38 & -21\/76 & -9\/38 \\\\\n 3\/38 & 7\/76 & 3\/38 \\\\\n 1\/19 & -2\/19 & 1\/19\\\\\n\\end{pmatrix}"
Comments
Leave a comment