null.space: Find the null space of a matrix

Description Usage Arguments Details Value Author(s) See Also

Description

Computes the null space of A for an arbitrary linear system of the form Ax = b.

Usage

1

Arguments

x

m x n A matrix of a linear system Ax = b

Details

Computes the null space via singular value decomposition (SVD) of A by finding the columns of the SVD of A that correspond to the non-singular column vectors that span A.

Value

Returns an m x q matrix that is the null space, where q is the rank of A.

Author(s)

Patrick T. Brandt

See Also

svd


MSBVAR documentation built on May 30, 2017, 1:23 a.m.

Related to null.space in MSBVAR...