<< moc_ismember Matlab/Octave Compatibility toolbox moc_poly >>

Matlab/Octave Compatibility toolbox >> Matlab/Octave Compatibility toolbox > moc_null

moc_null

Return an orthonormal basis of the null space of A.

Calling Sequence

retval = moc_null (A)
retval = moc_null (A, tol)

Description

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


Report an issue
<< moc_ismember Matlab/Octave Compatibility toolbox moc_poly >>