Hello, I'm having trouble with the Gauss Jordan elimination method to find the inverse of a 3x3 Matrix.
I understand how it works ( [A | I ] to [ I | A-1] ), but I was wondering if there was a trick in knowing what number to tackle next?
For exemple with this matrice:
0 -2 2
1 1 0
2 0 -3
I'll start by finding the '1' on the top left by swapping R1 with R2.
1 1 0
0 -2 2
2 0 -3
Cool. I got the first number. Now what? Do I solve each number clockwise? Anti-clockwise? By column? The '1's first? Or is it really by trial and error?
In that case, how do I know that the matrix is not invertible? :/
Thank you for helping.
Edit: for clarification, I can solve the matrix. Was wondering if there was an optimal route to solve it + know when it's not possible to find the inverse of it.
I understand how it works ( [A | I ] to [ I | A-1] ), but I was wondering if there was a trick in knowing what number to tackle next?
For exemple with this matrice:
0 -2 2
1 1 0
2 0 -3
I'll start by finding the '1' on the top left by swapping R1 with R2.
1 1 0
0 -2 2
2 0 -3
Cool. I got the first number. Now what? Do I solve each number clockwise? Anti-clockwise? By column? The '1's first? Or is it really by trial and error?
In that case, how do I know that the matrix is not invertible? :/
Thank you for helping.
Edit: for clarification, I can solve the matrix. Was wondering if there was an optimal route to solve it + know when it's not possible to find the inverse of it.
Last edited: