Check if a matrix is invertible
A [notes/Matrixes|matrix] of size $n \times n$ is invertable if and only if one of the conditions below hold:
- $A$ is equivalent to $I_n$
- $A$ has $n$ pivot positions
- The equation $Ax = 0$ only has the Trivial Solution
- The columns of $A$ are linearly independent
- The equation $Ax = b$ has at least one solution for each $b$ in $\mathbb{R}^n$
- The column of $A$ span $R^n$
- $A^T$ is invertible as well
- The columns of $A$ form a basis for $\mathbb{R}^n$
- $Col A = \mathbb{R}^n$ (Column Space)
- $Dim(Col A) = n$ (Dimension)