Inverse
computes the inverse of the
matrix
.
See:
- Wikipedia - Invertible matrix
- Youtube - Inverse matrices, column space and null space | Essence of linear algebra, chapter 7
Examples
The matrix {{1, 0}, {0, 0}}
is singular.
Implementation status
- ✅ - full supported