Null | R Documentation |
Compute the null space of a matrix
Null(M)
M |
a matrix of which the null space is desired |
The method uses the QR factorization to determine a basis for the null space of a matrix. This is sometimes also called the orthogonal complement of a matrix. As implemented, this function is identical to the function of the same name in the MASS package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.