MATLAB Function Reference    
null

Null space of a matrix

Syntax

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.

Example

See Also

orth, qr, svd


 now num2cell