Answer on Question #40855 – Math - Linear Algebra
Question:
Solve the set of linear equations by the matrix method: a+3b+2c=3, 2a−b−3c=−8, 5a+2b+c=9. Sove for c.
Solution:
The matrix of this system is A=⎝⎛1253−122−11⎠⎞, the column of free terms is b=⎝⎛3−89⎠⎞.
In matrix form this equation has presentation Ax=b, where x=⎝⎛abc⎠⎞.
Let premultiply both sides of the equation by A−1, the inverse of A.
Since A−1Ax=Ix=x, we know the following.
x=A−1b
So let's find the inverse of A. Compute the algebraic addition to the elements of the matrix A
M1,1=(−1)1+1∣∣−12−31∣∣=5M1,2=(−1)1+2∣∣25−31∣∣=−17M1,3=(−1)1+3∣∣25−12∣∣=9M2,1=(−1)2+1∣∣3221∣∣=1M2,2=(−1)2+2∣∣1521∣∣=−9M2,3=(−1)2+3∣∣1532∣∣=13M3,1=(−1)3+1∣∣3−12−3∣∣=−7M3,2=(−1)3+2∣∣122−3∣∣=7\begin{array}{l}
\mathbf{M}_{3,3} = (-1)^{3+3} \left| \begin{array}{cc} 1 & 3 \\ 2 & -1 \end{array} \right| = -7 \\
C^* = \left( \begin{array}{ccc} 5 & -17 & 9 \\ 1 & -9 & 13 \\ -7 & 7 & -7 \end{array} \right) \\
C^*^T = \left( \begin{array}{ccc} 5 & 1 & -7 \\ -17 & -9 & 7 \\ 9 & 13 & -7 \end{array} \right) \\
\end{array}
So, an inverse of A is
A^{-1} = \frac{C^*^T}{\det A} = \left( \begin{array}{ccc} -\frac{5}{28} & -\frac{1}{28} & \frac{1}{4} \\ \frac{17}{28} & \frac{9}{28} & -\frac{1}{4} \\ -\frac{9}{28} & -\frac{13}{28} & \frac{1}{4} \end{array} \right)
Thus our solution is
x=A−1b=⎝⎛−2852817−289−281289−281341−4141⎠⎞∗⎝⎛3−89⎠⎞=⎝⎛2−35⎠⎞
Answer: a=2,b=−3,c=5.
Comments