LinearSystemPlotTutor - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


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

withStudentLinearAlgebra:

M2,2,18,52|0,3,18,51|4,6,20,52|10,11,24,55

M20−4−10−2−3−6−11−18−18−20−24−52−51−52−55

(1)

LinearSystemPlotTutorM

See Also

Student[LinearAlgebra], Student[LinearAlgebra][EigenPlotTutor], Student[LinearAlgebra][LinearSystemPlot]