Calculates the null space of a matrix.
The matrix
const result = Chalkboard.matr.nullspace([[1, 2, 3], [2, 4, 6]]); // Returns a basis for the null space Copy
const result = Chalkboard.matr.nullspace([[1, 2, 3], [2, 4, 6]]); // Returns a basis for the null space
Calculates the null space of a matrix.