Learning Tools for Linear Algebra
Maple 2020 includes many new additions designed to support learning and teaching Linear Algebra.
withStudent:-LinearAlgebra:
Step-by-Step Solutions for Tutors
Context Panel Options
New Commands
New Math Apps
A much-requested feature, the Gaussian Elimination, Gauss-Jordan Elimination, and Matrix Inverse tutors all now return the step-by-step solutions from the tutor to the Maple worksheet.
GaussJordanEliminationTutor100321250215
1003010113001−73
Many visualizations have been added to the Student:-LinearAlgebra context panel, including CrossProductPlot, EigenPlot, LeastSquaresPlot, LinearSystemPlot, LinearTransformPlot, PlanePlot, ProjectionPlot, and VectorSumPlot (plot or animation).
For example, clicking on each output below and selecting from the options in the context panel, you can quickly generate the following plots:
1,4,5,3
14,53
→vectorsum plot
1220
→eigenvector plot
x+2⋅y−3⋅z=0
x+2⁢y−3⁢z=0
→plane plot
seq⁡sin⁡0.5⁢i,cos⁡0.3⁢i,i=3..10
0.9974949866,0.6216099683,0.9092974268,0.3623577545,0.5984721441,0.07073720167,0.1411200081,−0.2272020947,−0.3507832277,−0.5048461046,−0.7568024953,−0.7373937155,−0.9775301177,−0.9040721420,−0.9589242747,−0.9899924966
→least squares plot
The context panel options have also been simplified to show fewer items than before when the Student:-LinearAlgebra package is loaded.
Student[LinearAlgebra][CrossProduct]
Student[LinearAlgebra][MatrixExponential]
Student[LinearAlgebra][MatrixInverse]
Student[LinearAlgebra][Pseudoinverse]
Several of these new commands call commands from the LinearAlgebra package, however they have been slightly modified to suit the Student:-LinearAlgebra package.
For example, the LinearAlgebra:-MatrixInverse command returns results for square and non-square matrices. In Student:-LinearAlgebra, this command has been split into two commands: MatrixInverse, which only works for square matrices, and Pseudoinverse, which works for non-square matrices.
MatrixInverse(1231)
−152535−15
Pseudoinverse3−2−312−1
1818−1838−18−18
Interactive Math Apps are now available for the following linear algebra topics:
Diagonalization of Matrices
Solving Systems of Linear Inequalities
Gram-Schmidt Calculator
Jordan Canonical Form
Download Help Document