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][EigenvaluesTutor] - interactive matrix eigenvalues
Calling Sequence
EigenvaluesTutor(M)
Parameters
M
-
square Matrix
Description
The EigenvaluesTutor(M) command presents the techniques used in finding the eigenvalues of the square matrix by:
Creating the matrix M - lambda*Id where Id is an identity matrix with dimensions equal to that of M
Taking the determinant of M - lambda*Id
Finding the roots of the resulting characteristic polynomial
The Matrix M must be square and of dimension 4 at most.
Floating-point numbers in M are converted to rationals before computation begins.
If the symbolic expression representing an eigenvalue grows too large, then the value displayed in the Maplet application window is a floating-point approximation to it (obtained by applying evalf). The underlying computations continue to be performed using exact arithmetic, however.
The EigenvaluesTutor(M) command returns the eigenvalues as a column Vector.
Examples
See Also
factor, Student[LinearAlgebra], Student[LinearAlgebra][Determinant], Student[LinearAlgebra][Eigenvalues], Student[LinearAlgebra][EigenvectorsTutor]
Download Help Document