SOLUTION: reduce the matrix in the form of low level:
1 -2 3 -1
2 -1 2 2
3 1 2 3
the answer is supposed to be
1 0 0 15/7
0 1 0 -4/7
0 0 1 -10/7
Algebra ->
Matrices-and-determiminant
-> SOLUTION: reduce the matrix in the form of low level:
1 -2 3 -1
2 -1 2 2
3 1 2 3
the answer is supposed to be
1 0 0 15/7
0 1 0 -4/7
0 0 1 -10/7
Log On
You can put this solution on YOUR website! Add (-2) times row 1 to row 2, (-3) times row 1 to row 3 to get Combine 3 times row 3 plus (-7) times row 2 and replace row 3 with the result. Divide row 3 by 7 Add 4 times row 3 to row 2 Divide row 2 by 3 Add 2 times row 2 and (-3) times row 3 to row 1