Finds the null space of a linear operator A in \(R^{n \times m}\). The null space is given as a matrix, where the columns form an orthonormal basis for the nullspace. This function emulates the null function in matlab, it works exactly the same, but the basis vectors may be different, i.e. rotated.
nullSp(A)
nullSp
returns a matrix whose columns span the nullspace of A.
m by n matrix
This function is used by other functions and should only be called explicitly for debugging purposes.
Alternative Null
function in MASS package.