Lesson Objectives
- Learn how to solve a linear system using inverse matrices
How to Solve a Linear System Using Matrix Equations
In the last lesson, we learned how to find the inverse of a square matrix. Now, we will go a step further and learn how to use the inverse of a matrix to solve a linear system. Let's look at an example.
Example #1: Solve each system. $$3x - 5y=4$$ $$3x + 5y=14$$ We will setup three matrices, A will be a matrix for the coefficients, B will be a matrix for the constants, and X will be a matrix for the variables. $$A=\left[ \begin{array}{cc}3&-5\\ 3&5\end{array}\right]$$ $$B=\left[ \begin{array}{cc}4 \\ 14\end{array}\right]$$ $$X=\left[ \begin{array}{cc}x \\ y\end{array}\right]$$ We can write our system as: $$AX=B$$ Now, we can multiply each side by the inverse of A to isolate X: $$A^{-1}AX=A^{-1}B$$ $$I_2X=A^{-1}B$$ $$X=A^{-1}B$$ In order to find X, our solution matrix, we must find the inverse of A and then multiply by B. $$A=\left[ \begin{array}{cc}3&-5\\ 3&5\end{array}\right]$$ $$A^{-1}=\left[ \begin{array}{cc}\frac{1}{6}&\frac{1}{6}\\ -\frac{1}{10}&\frac{1}{10}\end{array}\right]$$ $$B=\left[ \begin{array}{cc}4 \\ 14\end{array}\right]$$ $$A^{-1}B=X=\left[ \begin{array}{c}3 \\ 1\end{array}\right] $$ X gives us our solution to the system as (3, 1).
Example #1: Solve each system. $$3x - 5y=4$$ $$3x + 5y=14$$ We will setup three matrices, A will be a matrix for the coefficients, B will be a matrix for the constants, and X will be a matrix for the variables. $$A=\left[ \begin{array}{cc}3&-5\\ 3&5\end{array}\right]$$ $$B=\left[ \begin{array}{cc}4 \\ 14\end{array}\right]$$ $$X=\left[ \begin{array}{cc}x \\ y\end{array}\right]$$ We can write our system as: $$AX=B$$ Now, we can multiply each side by the inverse of A to isolate X: $$A^{-1}AX=A^{-1}B$$ $$I_2X=A^{-1}B$$ $$X=A^{-1}B$$ In order to find X, our solution matrix, we must find the inverse of A and then multiply by B. $$A=\left[ \begin{array}{cc}3&-5\\ 3&5\end{array}\right]$$ $$A^{-1}=\left[ \begin{array}{cc}\frac{1}{6}&\frac{1}{6}\\ -\frac{1}{10}&\frac{1}{10}\end{array}\right]$$ $$B=\left[ \begin{array}{cc}4 \\ 14\end{array}\right]$$ $$A^{-1}B=X=\left[ \begin{array}{c}3 \\ 1\end{array}\right] $$ X gives us our solution to the system as (3, 1).
Skills Check:
Example #1
Solve each system. $$-x - y=2$$ $$-3x - y=-4$$
Please choose the best answer.
A
$$(-2, 5)$$
B
$$(3, -5)$$
C
$$(8, 7)$$
D
$$(4, 3)$$
E
$$(2, 1)$$
Example #2
Solve each system. $$-x - 4y=-18$$ $$3x + 5y=19$$
Please choose the best answer.
A
$$(-2, 5)$$
B
$$(1, 7)$$
C
$$(4, 3)$$
D
$$(6, 4)$$
E
$$(1, 9)$$
Example #3
Solve each system. $$-2x + 3y=-15$$ $$5x + 5y=0$$
Please choose the best answer.
A
$$(1, 4)$$
B
$$(3, -3)$$
C
$$(5, 4)$$
D
$$(5, 5)$$
E
$$(3, -5)$$
Congrats, Your Score is 100%
Better Luck Next Time, Your Score is %
Try again?
Ready for more?
Watch the Step by Step Video Lesson Take the Practice Test