MJay82
- 41
- 0
Homework Statement
Determine if the system is consistent. Do not completely solve the system.
I don't know if there's an easy way to input a matrix. These are the numbers from an augmented matrix:
2 / 0 / 0 / -4 / -10
0 / 3 / 3 / 0 / 0
0 / 0 / 1 / 4 / -1
-3 / 2 / 3 / 1 / 5
Homework Equations
Row operations used: Replacement and scaling.
The Attempt at a Solution
So I think I did this right, but the problem assigned didn't have a solution in the back of the book.
My answer is that the system is not consistent. The operations that I performed, in order, are:
1) Scale (1/2)R1 and (1/3)R2
2) Replace R4 with SUM (R4 + (3)R1)
3) Replace R4 with SUM (R4 + (-2)R2)
4) Replace R4 with SUM (R4 + (-1)R3)
5) Replace R4 with SUM (R4 + R3)
This yielded an R4 of:
0 0 0 0 -9, which cannot be true.