Navigation

Operators and Keywords

Function List:

C++ API

: null (A)
: null (A, tol)

Return an orthonormal basis of the null space of A.

The dimension of the null space is taken as the number of singular values of A not greater than tol. If the argument tol is missing, it is computed as

max (size (A)) * max (svd (A)) * eps

See also: orth.

Package: octave