Symbolic Math Toolbox    
null

Basis for null space.

Syntax

Description
The columns of Z = null(A) form a basis for the null space of A.

size(Z,2) is the nullity of A.

A*Z is zero.

If A has full rank, Z is empty.

Examples
The statements

return

See Also
arithmetic operators, colspace, rank, rref, svd
null in the online MATLAB Function Reference.


 mhelp numden