Student[LinearAlgebra][InverseTutor] - interactive Matrix inverse
Calling Sequence
InverseTutor(M)
Parameters
M
-
square Matrix
Description
The InverseTutor(M) command allows you to interactively find the inverse, if it exists, of the square Matrix M by using row operations to reduce the augmented Matrix M|Id to Id|1M where Id is the identity Matrix of the same dimension as M. It returns the inverse Matrix.
Floating-point numbers in M are converted to rationals before computation begins.
The dimensions of the Matrix must be no greater than 5x5.
When the tutor is closed, the solution steps displayed in the tutor are re-displayed in the worksheet, with annotations showing the operations applied. Note that this display only and is not a value which can be further manipulated from within the worksheet. The value returned from the tutor, which can be used (for example, by referencing its equation label), is the state of the problem at the time the tutor was closed.
Examples
with⁡StudentLinearAlgebra:
M≔1,2,0|2,3,2|0,2,1
M≔120232021
M−1
1525−4525−1525−452515
InverseTutor⁡M
See Also
Student/LinearAlgebra/`^`, Student[LinearAlgebra], Student[LinearAlgebra][AddRow], Student[LinearAlgebra][MultiplyRow], Student[LinearAlgebra][SwapRow]
Compatibility
The Student[LinearAlgebra][InverseTutor] command was updated in Maple 2020.
Download Help Document
What kind of issue would you like to report? (Optional)