Rdocumentation
powered by
Learn R Programming
ggm (version 2.2)
null: Null space of a matrix
Description
Given a matrix
M
find a matrix
N
such that $N^T M$ is zero.
Usage
null(M)
Arguments
M
A matrix.
Value
The matrix
N
with the basis for the null space, or an empty vector if the matrix
M
is square and of maximal rank.
See Also
Null
, ~~~
Examples
Run this code
null(
c
(
1
,
1
,
1
))
Run the code above in your browser using
DataLab