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][Dimension] - determine the dimension of a Matrix or a Vector
Student[LinearAlgebra][ColumnDimension] - determine the column dimension of a Matrix
Student[LinearAlgebra][RowDimension] - determine the row dimension of a Matrix
Calling Sequence
Dimension(A)
RowDimension(A)
ColumnDimension(A)
Parameters
A
-
Matrix or Vector
Description
The Dimension(A) command, where A is a Vector, returns the number of elements in A. If A is a Matrix, two non-negative integers representing the row dimension and the column dimension of A, respectively, are returned.
Dimensions(A) is an alternate form for Dimension(A).
The ColumnDimension(A) command, where A is a Matrix, returns the number of columns in A.
The RowDimension(A) command, where A is a Matrix, returns the number of rows in A.
Examples
See Also
LinearAlgebra[Dimension], Student[LinearAlgebra]
Download Help Document