- #1
k_squared
- 64
- 0
Homework Statement
Find the inverse of the matrix:
1 1 -1
2 -1 1
1 1 2
Homework Equations
One must be aware of the identity matrix, as well as how add one row to another with matrix multiplication, for example, the matrix
1 0 0
k 1 0
0 0 1
would add k times the first row to the second row.
The Attempt at a Solution
Which must be wrong, sadly enough.