Sign In
To solve a matrix equation, multiply both sides by the inverse of the coefficient matrix.
No solution.
We want to solve the given system of equations using matrices to find the point of intersection of the lines. We need to write the system as a matrix equation.
y-x=5 2y-2x=8
⇒
[
c
y-x
2y-2x
]
=
[
c
5
8
]
Now, we will write the left-hand side of the above matrix equation as the product of the coefficient matrix and the variable matrix.
[
c
y-x
2y-2x
]
=
[
c
5
8
]
⇕
[
cc
1 & -1
2 & -2
]
*
[
c
y
x
]
=
[
c
5
8
]
| Matrix | Inverse |
|---|---|
| A= [ cc a & b c & d ] | A^(- 1)=1/ad-bc [ cc d & - b - c & a ] where ad-bc ≠0 |
The expression ad-bc is known as the determinant of a 2* 2 matrix. Because it is in the denominator of a fraction, if the determinant is zero, the matrix cannot have an inverse. Consider our coefficient matrix. [ cc 1 & -1 2 & -2 ] Let's calculate its determinant.
Since the determinant is zero, the matrix does not have an inverse. Therefore, the system has either no solution or infinitely many solutions. To choose one of these options we need to use an alternative method. Let's go back to our equations and write both of them in the slope-intercept form.
| Given Equation | Slope-Intercept Form | Slope m | y-intercept b |
|---|---|---|---|
| y-x=5 | y=1x+ 5 | 1 | (0, 5) |
| 2y-2x=8 | y=1x+ 4 | 1 | (0, 4) |
Comparing the slopes, we see that they are equal, so the lines are either parallel or the same. Looking at the y-intercepts, we can tell the lines are different because the point at which each line crosses the y-axis is different. This means that the lines are parallel and the system has no solution.