DEplot3d - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Plotting Three-Dimensional Differential Equations

This worksheet describes the DEplot3d routine, located in the DEtools package. Given a system of differential equations and a list of initial conditions, DEplot3d produces a three-dimensional representation of the solution curves of the system.

 

In order to access the routines in the DEtools package by their short names, the with command has been used.

> 

restart

> 

with⁡DEtools:

For more information, consult the DEplot3d help page. Also see the worksheet Plotting Two-Dimensional Differential Equations. You can also refer to the following help pages: diff operator, D operator, classical method, and dverk78 method.

Return to Index for Example Worksheets