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
Matlab[square] - determine whether a MapleMatrix or MatlabMatrix is square
Calling Sequence
square(X)
Parameters
X
-
MapleMatrix or MatlabMatrix
Description
The square command returns a value of 'true' if X is a square matrix. All constants are considered to be one-by-one square matrices.
A cubic matrix is not square. A square matrix can have at most two dimensions.
Executing the square command returns a value of either 'true' or 'false'.
Examples
Setting a Maple matrix in MATLAB(R).
Determine whether these matrices are square.
false
The matrices are set in the MATLAB session
The product of maplematrix_a*maplematrix_b is computed in MATLAB and the result is assigned to matlabmatrix_c. Determine whether the new MatlabMatrix is square.
true
See Also
dot, LinearAlgebra[Dimension], Matlab, Matlab[dimensions], Matlab[size], MatlabMatrix
Download Help Document