I don't have much trouble putting a 2x2 matrix into reduced row echelon form, but I keep screwing up 3x3 matrices. EX from the current problem:
| 2 -17 11|
|-1 11 -7|
| 0 3 -2|
My issue is that I'll make the first numbers in rows 1, 2, and 3...1, 0, and 0 respectively but when I try to add and subtract rows, I lose my 1 in the first row and the issue continues when moving to the right.
My question: Is there a certain order that works best when reducing these numbers? maybe doing all zeros first? all ones first?
We've already moved on to inverse matrices which I'm understanding but can't do well in without knowing RREF haha.
Thanks in advance for the help!
Yes, there is an order.
Get a $1$ in the first column on the main diagonal if possible. Then use that $1$ to reduce all other entries in that column to $0$.
Then move to the next column and repeat, always getting the $1$ first and then using that $1$ to get $0$ in the other entries in that column.