Question
Question: Solve \[2x - y = 7;{\text{ }}3x - 2y = 11\] by using the matrix inversion method....
Solve 2x−y=7; 3x−2y=11 by using the matrix inversion method.
Solution
Hint:- Write equations in form of AX=B. Here A is a square matrix and its inverse is A−1. Matrix inversion method is applied to non-singular square matrix.
As given in the question to solve the given equations using matrix inversion method,
When there is said to solve using matrix inversion method then we had to,
First of all write the system of equations in the form of AX=B.
Where, A will be a matrix containing coefficients of variables of a given equation.
Where, B will be a matrix containing constant terms of the given equations.
And X will be a matrix containing variables of the given equations.
Let the equations will be,
⇒ax+by=c and dx+ey=f
Then, A = \left[ {\begin{array}{*{20}{c}}
a&b; \\\
d&e;
\end{array}} \right],X = \left[ {\begin{array}{*{20}{c}}
x \\\
y
\end{array}} \right] and B = \left[ {\begin{array}{*{20}{c}}
c \\\
f
\end{array}} \right]
So, if the given equations be.
⇒2x−y=7 (1)
⇒3x−2y=11 (2)
So, solving equation 1 and 2 using matrix inversion method. We get,
\Rightarrow X = {A^{ - 1}}B = \left[ {\begin{array}{{20}{c}}
2&{ - 1} \\
3&{ - 2}
\end{array}} \right]\left[ {\begin{array}{{20}{c}}
7 \\
{11}
\end{array}} \right] = \left[ {\begin{array}{{20}{c}}
{14 - 11} \\
{21 - 22}
\end{array}} \right] = \left[ {\begin{array}{{20}{c}}
3 \\
{ - 1}
\end{array}} \right] \\
\Rightarrow \left[ {\begin{array}{{20}{c}}
x \\
y
\end{array}} \right] = \left[ {\begin{array}{{20}{c}}
3 \\
{ - 1}
\end{array}} \right] \\