Null space of a matrix
Given a matrix M find a matrix N such that NTMN^T MNTM is zero.
M
N
null(M)
The matrix N with the basis for the null space, or an empty vector if the matrix M is square and of maximal rank.
Null, ~~~
Null
null(c(1,1,1))