Symbolic Math Toolbox
 Go to function:
  Search    Help Desk 
colspace ExamplesSee Also

Basis for column space.

Syntax

Description

colspace(A) returns a matrix whose columns form a basis for the column space of A. A is a symbolic or numeric matrix. Note that size(colspace(A),2) returns the rank of A.

Examples

The statements

return

See Also

null

orth in the online MATLAB Function Reference



[ Previous | Help Desk | Next ]