Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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