non-square-determinant ( m n -- * )
Extra matrix operations

Prev:negative-power-matrix ( m n -- * )
Next:undefined-inverse ( m n r -- * )


Vocabulary
math.matrices.extras

Inputs
man integer
nan integer


Outputs
None

Word description
Throws a non-square-determinant error.

Error description
determinant was used with a non-square matrix whose dimensions are m x n. It is not generally possible to find the determinant of a non-square matrix.

Definition


Methods