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
linalg[entermatrix] - interactive matrix entry
Calling Sequence
entermatrix(A)
Parameters
A
-
matrix
Description
Important: The linalg package has been deprecated. Use the superseding packages, LinearAlgebra and VectorCalculus, instead.
- For information on migrating linalg code to the new packages, see examples/LinearAlgebraMigration.
The entermatrix function will prompt the user for the values to be inserted in the matrix A. This allows the user to enter a matrix interactively, rather than assigning to all the matrix entries individually. The values are entered in row major order. After the values are entered, the new matrix will be returned as the function value, and hence displayed.
Note, the value entered MUST be terminated with a semi-colon ; Otherwise Maple will assume that you are just entering a large expression and have not finished typing it in yet.
Note, if you do not wish to change a value, just enter an empty statement, i.e. just type a semi-colon ;
Examples
See Also
LinearAlgebra
Download Help Document