INV
mathInverts a matrix. The inversion is attempted using the LU Decomposition algorithm.
If the matrix is singular or not square an error will be raised.
Loading
Inverts a matrix. The inversion is attempted using the LU Decomposition algorithm.
If the matrix is singular or not square an error will be raised.