Maple 2020 includes many new additions designed to support learning and teaching Linear Algebra.
Step-by-Step Solutions for Tutors
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.
Add -2 times row 1 to row 2: |
Add -2 times row 2 to row 3: |
Multiply row 3 by -1/3: |
Add -2 times row 3 to row 2: |
Context Panel Options
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:
|
|
||||
|
|
The context panel options have also been simplified to show fewer items than before when the Student:-LinearAlgebra package is loaded.
New Commands
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.