Function Reference
— Function File: 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