| MATLAB Function Reference | Search  Help Desk |
| null | See Also |
Syntax
B=null(A)
Description
B = null(A)
returns an orthonormal basis for the null space of A.
Remarks
B'*B = I, A*B has negligible elements, and (if B is not equal to the empty matrix) the number of columns of B is the nullity of A.
See Also
orth, qr, svd