undefined-inverse ( m n r -- * )
Extra matrix operations

Prev:non-square-determinant ( m n -- * )


Vocabulary
math.matrices.extras

Inputs
man integer
nan integer
ra rank-kind


Outputs
None

Word description
Throws an undefined-inverse error.

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

Definition


Methods