Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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)
Parameters
A
-
Matrix
options
(optional) parameters; for a complete list, see LinearAlgebra[RowSpace]
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
See Also
LinearAlgebra[RowSpace], Student[LinearAlgebra], Student[LinearAlgebra][Basis], Student[LinearAlgebra][LUDecomposition]
Download Help Document