I tought a matrix that can be row reduced to the identity matrix is also invertible.

88 Views Asked by At

This matrix i can convert the identity matrix. $\begin{bmatrix} 1 &2 &-1 \\ -1 &0 &3 \\ 0 &1 &1 \end{bmatrix}.$

see here:

enter image description here --> enter image description here

still, the determinant is 0 of the first matrix. I thought if a matrix has 3 pivot points then it is invertible?

Was my tought wrong or is there something wrong with this matrix? I thought it was a theorem that if a matrix has n pivot points it is automatically invertible

1

There are 1 best solutions below

1
On BEST ANSWER

The error lies in the assumption that the determinant is $0$. Actually, it is equal to $-2$.