Question
Question: How do you solve \(5x - 5y + 10z = - 11\), \(10x + 5y - 5z = 1\) and \(15x - 15y - 10z = - 1\) using...
How do you solve 5x−5y+10z=−11, 10x+5y−5z=1 and 15x−15y−10z=−1 using matrices?
Solution
Use the matrix equation AX=B to represent the given system of equations. You need A−1 to solve this equation. Use A−1=∣A∣1AdjA to find A−1 and solve the equation after substituting the values.
Complete step by step solution:
The given system of equations has three unknown quantities and three linear equations. So, we can find the particular solution of the system, if it exists. Now, we will use matrices to solve this system.
The given system of linear equations is,
5x−5y+10z=−11
10x+5y−5z=1
15x−15y−10z=−1
We can represent the system in the matrix form as AX=B.
Here, {\mathbf{A}} = \left[ {\begin{array}{*{20}{c}}
5&{ - 5}&{10} \\\
{10}&5&{ - 5} \\\
{15}&{ - 15}&{ - 10}
\end{array}} \right], {\mathbf{X}} = \left[ {\begin{array}{*{20}{c}}
x \\\
y \\\
z
\end{array}} \right] and {\mathbf{B}} = \left[ {\begin{array}{*{20}{c}}
{ - 11} \\\
1 \\\
{ - 1}
\end{array}} \right].
Now, we get X=A−1B from the matrix equation, if the matrix A−1 exists.
To confirm the existence of A−1 we check whether ∣A∣=0.
We have the formula to find ∣A∣ given as, a11(a22a33−a23a32)−a21(a12a33−a13a32)+a31(a12a23−a13a22) where aij is the element at the ith row and jth column of the matrix A.
So, we get ∣A∣=5(−50−75)−(−5)(−100+75)+10(−150−75).
⇒∣A∣=5(−125)−(−5)(−25)+10(−225)
⇒∣A∣=−625−125−2250
⇒∣A∣=−3000
Since, ∣A∣=0, we conclude that A−1 exists.
Now we will use the formula A−1=∣A∣1AdjA to get A−1. But firstly, we need to find AdjA.