Calculates the column space of a matrix.
The matrix
const result = Chalkboard.matr.colspace([[1, 2], [2, 4], [0, 1]]); // Returns a basis for the column space Copy
const result = Chalkboard.matr.colspace([[1, 2], [2, 4], [0, 1]]); // Returns a basis for the column space
Calculates the column space of a matrix.