MTM[colspace] - compute a basis for the column space of a matrix
|
Calling Sequence
|
|
colspace(A)
|
|
Parameters
|
|
A
|
-
|
matrix, vector, array, or scalar
|
|
|
|
|
Description
|
|
•
|
The colspace(A) function returns a matrix R, where the columns of R are vectors that form a basis for the vector space spanned by the columns of the matrix A. The vectors are returned in canonical form with leading entries of 1.
|
•
|
When A is the zero matrix, colspace(A) returns the empty matrix.
|
|
|
Download Help Document
Was this information helpful?