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