linearly-independent-matrix? ( matrix -- ? )
Extra matrix operations

Prev:invertible-matrix? ( matrix -- ? )
Next:gram-schmidt ( matrix -- orthogonal )


Vocabulary
math.matrices.extras

Inputs
matrixa matrix


Outputs
?a boolean


Word description
Tests whether the input matrix is linearly independent.

Examples
USING: math.matrices.extras prettyprint ;


Definition