powered by
Given a matrix M find a matrix N such that \(N^T M\) is zero.
M
N
null(M)
A matrix.
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
# NOT RUN { null(c(1,1,1)) # }
Run the code above in your browser using DataLab