Handbook
Glossary
linearly-independent-matrix? ( matrix -- ? )
Extra matrix operations
Prev:
invertible-matrix? ( matrix -- ? )
Next:
gram-schmidt ( matrix -- orthogonal )
Vocabulary
math
.
matrices
.
extras
Inputs
matrix
a
matrix
Outputs
?
a
boolean
Word description
Tests whether the input matrix is linearly independent.
Examples
USING: math.matrices.extras prettyprint ;
Definition
IN:
math.matrices.extras
:
linearly-independent-matrix?
( matrix -- ? )
;