Hi all.
I cant seem to solve this problem in my math homework:
Solve this matrix using three different methods: Row-reduction, inverse matrix, Cramers rule (using determinants).
The matrix is the following:
[6 4][x]=[4]
[4 3][y] [6]
Solving it using Cramers rule works fine, and I get x=-6 and y=10
Multiplication with the inverse matrix also yields the same solution.
However, when I try to sole it using Row-reduction, I cant make it work:
Starting with the augmented matrix:
[6 4 4] ~~~~~~ 4 3 6 ~~~~~ 4 3 6 ~~~~~~~~~ 0 -2 -8 ~~~~~~ 1 1/4 -7/2
[4 3 6] ~~~~~~ 6 4 4 ~~~~~ 1 1/4 -7/2 ~~~~~ 1 1/4 -7/2 ~~~~~ 0 -1 -4
~1 1 -39/2 ~~~~1 1 -39/2 ~~~~ 0 -1 4 ~~~~~1 2 -47/2
~0 1 -4 ~~~~ 1 2 -47/2 ~~~~ 1 2 -47/2 ~~~~ 0 1 -4 => y=-4 ≠ y=10
Does anyone see what I'm doing wrong? Any help is highly appreciated!