null | R Documentation |
Given a matrix M
find a matrix N
such that
N^T M
is zero.
null(M)
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(c(1,1,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.