Learn R Programming

ggm (version 2.5.1)

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)

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.

Arguments

M

A matrix.

See Also

Null, ~~~

Examples

Run this code
 null(c(1,1,1))

Run the code above in your browser using DataLab