Null: Compute the null space of a matrix

View source: R/helpGeneric.R

NullR Documentation

Compute the null space of a matrix

Description

Compute the null space of a matrix

Usage

Null(M)

Arguments

M

a matrix of which the null space is desired

Details

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.


R-Computing-Lab/BGMisc documentation built on April 3, 2025, 3:12 p.m.