Student[LinearAlgebra][GaussJordanEliminationTutor] - interactive Gauss-Jordan elimination
Calling Sequence
GaussJordanEliminationTutor(M)
GaussJordanEliminationTutor(M, v)
Parameters
M
-
Matrix
v
Vector
Description
The GaussJordanEliminationTutor(M) command allows you to interactively reduce the Matrix M to reduced row echelon form using Gauss-Jordan elimination. You can then query for the rank, nullity, and bases for the row, column, and null spaces. It returns the reduced Matrix.
The GaussJordanEliminationTutor(M, v) command allows you to interactively solve the system M·x=v by reducing the augmented Matrix <M | v> to reduced row echelon form using Gauss-Jordan elimination. It returns the solution as a column Vector.
Floating-point numbers in M or v 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|3,5,5
M≔120323250215
v≔5,4,2
v≔542
GaussJordanEliminationTutor⁡M
GaussJordanEliminationTutor⁡M,v
See Also
Student[LinearAlgebra], Student[LinearAlgebra][AddRow], Student[LinearAlgebra][GaussianElimination], Student[LinearAlgebra][GaussianEliminationTutor], Student[LinearAlgebra][LinearSolve], Student[LinearAlgebra][LinearSolveTutor], Student[LinearAlgebra][MultiplyRow], Student[LinearAlgebra][ReducedRowEchelonForm], Student[LinearAlgebra][SwapRow]
Compatibility
The Student[LinearAlgebra][GaussJordanEliminationTutor] command was updated in Maple 2020.
Download Help Document
What kind of issue would you like to report? (Optional)