i)
"AB=\\begin{pmatrix}\n 1 & 2 & 3 \\\\\n 5 & 6 & 7 \\\\\n 0 & 1 & 4 \\\\\n\\end{pmatrix}\\begin{pmatrix}\n 1 & 0 & 3 \\\\\n 5 & 6 & 1 \\\\\n 2 & 1 & 4 \\\\\n\\end{pmatrix}"
"=\\begin{pmatrix}\n 1(1)+2(5)+3(2) & 1(0)+2(6)+3(1) & 1(3)+2(1)+3(4) \\\\\n 5(1)+6(5)+7(2) & 5(0)+6(6)+7(1) & 5(3)+6(1)+7(4) \\\\\n 0(1)+1(5)+4(2) & 0(0)+1(6)+4(1) & 0(3)+1(1)+4(4) \\\\\n\\end{pmatrix}"
"=\\begin{pmatrix}\n 17 & 15 & 17 \\\\\n 49 & 43 & 49 \\\\\n 13 & 10 & 17 \\\\\n\\end{pmatrix}"
"AB=\\begin{pmatrix}\n 17 & 15 & 17 \\\\\n 49 & 43 & 49 \\\\\n 13 & 10 & 17 \\\\\n\\end{pmatrix}"
i)
Augment the matrix "AB" with the identity matrix:
"\\begin{pmatrix}\n 17 & 15 & 17 & & 1 & 0 & 0 \\\\\n 49 & 43 & 49 & & 0 & 1 & 0 \\\\\n 13 & 10 & 17 & & 0 & 0 & 1 \\\\\n\\end{pmatrix}" "R_1=R_1\/17"
"\\begin{pmatrix}\n 1 & 15\/17 & 1 & & 1\/17 & 0 & 0 \\\\\n 49 & 43 & 49 & & 0 & 1 & 0 \\\\\n 13 & 10 & 17 & & 0 & 0 & 1 \\\\\n\\end{pmatrix}" "R_2=R_2-49R_1"
"\\begin{pmatrix}\n 1 & 15\/17 & 1 & & 1\/17 & 0 & 0 \\\\\n 0 & -4\/17 & 0 & & -49\/17 & 1 & 0 \\\\\n 13 & 10 & 17 & & 0 & 0 & 1 \\\\\n\\end{pmatrix}" "R_3=R_3-13R_1"
"\\begin{pmatrix}\n 1 & 15\/17 & 1 & & 1\/17 & 0 & 0 \\\\\n 0 & -4\/17 & 0 & & -49\/17 & 1 & 0 \\\\\n 0 & -25\/17 & 4 & & -13\/17 & 0 & 1 \\\\\n\\end{pmatrix}" "R_2=-(17\/4)R_2"
"\\begin{pmatrix}\n 1 & 15\/17 & 1 & & 1\/17 & 0 & 0 \\\\\n 0 & 1 & 0 & & 49\/4 & -17\/4 & 0 \\\\\n 0 & -25\/17 & 4 & & -13\/17 & 0 & 1 \\\\\n\\end{pmatrix}" "R_1=R_1-(15\/17)R_2"
"\\begin{pmatrix}\n 1 & 0 & 1 & & -43\/4 & 15\/4 & 0 \\\\\n 0 & 1 & 0 & & 49\/4 & -17\/4 & 0 \\\\\n 0 & -25\/17 & 4 & & -13\/17 & 0 & 1 \\\\\n\\end{pmatrix}" "R_3=R_3+(25\/17)R_2"
"\\begin{pmatrix}\n 1 & 0 & 1 & & -43\/4 & 15\/4 & 0 \\\\\n 0 & 1 & 0 & & 49\/4 & -17\/4 & 0 \\\\\n 0 & 0 & 4 & & 69\/4 & -25\/4 & 1 \\\\\n\\end{pmatrix}" "R_3=R_3\/4"
"\\begin{pmatrix}\n 1 & 0 & 1 & & -43\/4 & 15\/4 & 0 \\\\\n 0 & 1 & 0 & & 49\/4 & -17\/4 & 0 \\\\\n 0 & 0 & 1 & & 69\/16 & -25\/16 & 1\/4 \\\\\n\\end{pmatrix}" "R_1=R_1-R_3"
"\\begin{pmatrix}\n 1 & 0 & 0 & & -241\/16 & 85\/16 & -1\/4 \\\\\n 0 & 1 & 0 & & 49\/4 & -17\/4 & 0 \\\\\n 0 & 0 & 1 & & 69\/16 & -25\/16 & 1\/4 \\\\\n\\end{pmatrix}"
On the left is the identity matrix. On the right is the inverse matrix.
"(AB)^{-1}=\\begin{pmatrix}\n -241\/16 & 85\/16 & -1\/4 \\\\\n 49\/4 & -17\/4 & 0 \\\\\n 69\/16 & -25\/16 & 1\/4 \\\\\n\\end{pmatrix}"
Augment the matrix "A" with the identity matrix:
"\\begin{pmatrix}\n 1 & 2 & 3 & & 1 & 0 & 0 \\\\\n 5 & 6 & 7 & & 0 & 1 & 0 \\\\\n 0 & 1 & 4 & & 0 & 0 & 1 \\\\\n\\end{pmatrix}" "R_2=R_2-5R_1"
"\\begin{pmatrix}\n 1 & 2 & 3 & & 1 & 0 & 0 \\\\\n 0 & -4 & -8 & & -5 & 1 & 0 \\\\\n 0 & 1 & 4 & & 0 & 0 & 1 \\\\\n\\end{pmatrix}" "R_2=-R_2\/4"
"\\begin{pmatrix}\n 1 & 2 & 3 & & 1 & 0 & 0 \\\\\n 0 & 1 & 2 & & 5\/4 & -1\/4 & 0 \\\\\n 0 & 1 & 4 & & 0 & 0 & 1 \\\\\n\\end{pmatrix}" "R_1=R_1-2R_2"
"\\begin{pmatrix}\n 1 & 0 & -1 & & -3\/2 & 1\/2 & 0 \\\\\n 0 & 1 & 2 & & 5\/4 & -1\/4 & 0 \\\\\n 0 & 1 & 4 & & 0 & 0 & 1 \\\\\n\\end{pmatrix}" "R_3=R_3-R_2"
"\\begin{pmatrix}\n 1 & 0 & -1 & & -3\/2 & 1\/2 & 0 \\\\\n 0 & 1 & 2 & & 5\/4 & -1\/4 & 0 \\\\\n 0 & 0 & 2 & & -5\/4 & 1\/4 & 1 \\\\\n\\end{pmatrix}" "R_3=R_3\/2"
"\\begin{pmatrix}\n 1 & 0 & -1 & & -3\/2 & 1\/2 & 0 \\\\\n 0 & 1 & 2 & & 5\/4 & -1\/4 & 0 \\\\\n 0 & 0 & 1 & & -5\/8 & 1\/8 & 1\/2 \\\\\n\\end{pmatrix}" "R_1=R_1+R_3"
"\\begin{pmatrix}\n 1 & 0 & 0 & & -17\/8 & 5\/8 & 1\/2 \\\\\n 0 & 1 & 2 & & 5\/4 & -1\/4 & 0 \\\\\n 0 & 0 & 1 & & -5\/8 & 1\/8 & 1\/2 \\\\\n\\end{pmatrix}" "R_2=R_2-2R_3"
"\\begin{pmatrix}\n 1 & 0 & 0 & & -17\/8 & 5\/8 & 1\/2 \\\\\n 0 & 1 & 0 & & 5\/2 & -1\/2 & -1 \\\\\n 0 & 0 & 1 & & -5\/8 & 1\/8 & 1\/2 \\\\\n\\end{pmatrix}" On the left is the identity matrix. On the right is the inverse matrix.
"(A)^{-1}=\\begin{pmatrix}\n -17\/8 & 5\/8 & 1\/2 \\\\\n 5\/2 & -1\/2 & -1 \\\\\n -5\/8 & 1\/8 & 1\/2 \\\\\n\\end{pmatrix}"
Augment the matrix "b" with the identity matrix:
"\\begin{pmatrix}\n 1 & 0 & 3 & & 1 & 0 & 0 \\\\\n 5 & 6 & 1 & & 0 & 1 & 0 \\\\\n 2 & 1 & 4 & & 0 & 0 & 1 \\\\\n\\end{pmatrix}" "R_2=R_2-5R_1"
"\\begin{pmatrix}\n 1 & 0 & 3 & & 1 & 0 & 0 \\\\\n 0 & 6 & -14 & & -5 & 1 & 0 \\\\\n 2 & 1 & 4 & & 0 & 0 & 1 \\\\\n\\end{pmatrix}"
"R_3=R_3-2R_1"
"\\begin{pmatrix}\n 1 & 0 & 3 & & 1 & 0 & 0 \\\\\n 0 & 6 & -14 & & -5 & 1 & 0 \\\\\n 0 & 1 & -2 & & -2 & 0 & 1 \\\\\n\\end{pmatrix}"
"R_2=R_2\/6"
"\\begin{pmatrix}\n 1 & 0 & 3 & & 1 & 0 & 0 \\\\\n 0 & 1 & -7\/3 & & -5\/6 & 1\/6 & 0 \\\\\n 0 & 1 & -2 & & -2 & 0 & 1 \\\\\n\\end{pmatrix}" "R_3=R_3-R_2"
"\\begin{pmatrix}\n 1 & 0 & 3 & & 1 & 0 & 0 \\\\\n 0 & 1 & -7\/3 & & -5\/6 & 1\/6 & 0 \\\\\n 0 & 0 & 1\/3 & & -7\/6 & -1\/6 & 1 \\\\\n\\end{pmatrix}" "R_3=3R_3"
"\\begin{pmatrix}\n 1 & 0 & 3 & & 1 & 0 & 0 \\\\\n 0 & 1 & -7\/3 & & -5\/6 & 1\/6 & 0 \\\\\n 0 & 0 & 1 & & -7\/2 & -1\/2& 3 \\\\\n\\end{pmatrix}" "R_1=R_1-3R_3"
"\\begin{pmatrix}\n 1 & 0 & 0 & & 23\/2 & 3\/2 & -9 \\\\\n 0 & 1 & -7\/3 & & -5\/6 & 1\/6 & 0 \\\\\n 0 & 0 & 1 & & -7\/2 & -1\/2& 3 \\\\\n\\end{pmatrix}" "R_2=R_2+(7\/3)R_3"
"\\begin{pmatrix}\n 1 & 0 & 0 & & 23\/2 & 3\/2 & -9 \\\\\n 0 & 1 & 0 & & -9 & -1 & 7 \\\\\n 0 & 0 & 1 & & -7\/2 & -1\/2& 3 \\\\\n\\end{pmatrix}" On the left is the identity matrix. On the right is the inverse matrix.
"(B)^{-1}=\\begin{pmatrix}\n 23\/2 & 3\/2 & -9 \\\\\n -9 & -1 & 7 \\\\\n -7\/2 & -1\/2 & 3 \\\\\n\\end{pmatrix}"
Comments
Leave a comment