|
Question 670080: using matrices solve each system of equations x+y+z=0, 2x+3y+2z=-1, x-y+z=2
Answer by ewatrrr(24785) (Show Source):
You can put this solution on YOUR website!
Hi,
By elimination
x+y+z=0
x-y+z=2
2x +2z = 2 0r 
2x+3y+2z=-1
x-y+z=2
5x + 5z = 5
x + z = 1
0 ≠ 6 NO solution for this System
Solved by pluggable solver: Using Cramer's Rule to Solve Systems with 3 variables |

First let . This is the matrix formed by the coefficients of the given system of equations.
Take note that the right hand values of the system are , , and and they are highlighted here:

These values are important as they will be used to replace the columns of the matrix A.
Now let's calculate the the determinant of the matrix A to get . To save space, I'm not showing the calculations for the determinant. However, if you need help with calculating the determinant of the matrix A, check out this solver.
Notation note: denotes the determinant of the matrix A.
Since the determinant of matrix A is zero, this means that we cannot use Cramer's Rule. Why? Remember that each solution 'x', 'y', and 'z' are found by dividing by the determinant of A. If that determinant is zero, then you'll be dividing by zero, which is undefined. So that means you have to use an alternate method to find the solution.
|
|
|
|
| |