Student[LinearAlgebra][LinearSystemPlotTutor] - plot a system of 2-D or 3-D linear equations
Calling Sequence
LinearSystemPlotTutor(M)
Parameters
M
-
(optional) Matrix; augmented matrix corresponding to linear system
Description
The LinearSystemPlotTutor(M) command graphically displays the linear system corresponding to the Matrix M.
The Matrix can have at most 4 rows and 4 columns. If M is not provided, a default Matrix is used. In either case, you can edit the entries of the Matrix interactively from within the Maplet application.
When you close the Maplet application, the plot of the domain and codomain appears in your Maple session.
To change the default colors of the plot objects, see the Student[SetColors] help page.
When LinearSystemPlotTutor is running, interaction with the worksheet is not possible.
Examples
with⁡StudentLinearAlgebra:
M≔2,−2,−18,−52|0,−3,−18,−51|−4,−6,−20,−52|−10,−11,−24,−55
M≔20−4−10−2−3−6−11−18−18−20−24−52−51−52−55
LinearSystemPlotTutor⁡M
See Also
Student[LinearAlgebra], Student[LinearAlgebra][EigenPlotTutor], Student[LinearAlgebra][LinearSystemPlot]
Download Help Document