Student[LinearAlgebra][RowSpace] - return a basis for the row space of a Matrix
Student[LinearAlgebra][ColumnSpace] - return a basis for the column space of a Matrix
|
Calling Sequence
|
|
RowSpace(A, options)
ColumnSpace(A, options)
|
|
Description
|
|
•
|
The RowSpace(A) (ColumnSpace(A)) command returns a list of row (column) Vectors that form a basis for the Vector space spanned by the rows (columns) of Matrix A. The Vectors are returned in canonical form with leading entries 1.
|
•
|
The row space (column space) of a zero Matrix is the empty list.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|