Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

null(c(1,1,1))

ggm

Graphical Markov Models with Mixed Graphs

v2.5
GPL-2
Authors
Giovanni M. Marchetti, Mathias Drton, Kayvan Sadeghi
Initial release
2020-02-014

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.