DEtools[dfieldplot] - plot direction field to a system of DEs
|
Calling Sequence
|
|
dfieldplot(deqns, vars, trange, xrange, yrange, options)
|
|
Parameters
|
|
deqns
|
-
|
list or set of first order ordinary differential equations
|
vars
|
-
|
list or set of dependent variables
|
trange
|
-
|
range of the independent variable
|
xrange
|
-
|
range of the first dependent variable
|
yrange
|
-
|
range of the second dependent variable
|
options
|
-
|
(optional) equations of the form keyword=value
|
|
|
|
|
Description
|
|
•
|
Given either a system of two first order autonomous differential equations, or a single first order differential equation, dfieldplot produces a direction field plot. There can be only one independent variable.
|
•
|
Optional equations for dfieldplot are in the DEplot help page.
|
•
|
The xrange and yrange parameters must be specified as follows.
|
|
By default, integration along a solution curve stops one mesh point after the specified range is exceeded. This may be overridden by the obsrange option.
|
|
|
Examples
|
|
>
|
|
Example of a single non-autonomous first order differential equation:
>
|
|
Example of a system of two autonomous first order differential equations. This is the command to create the plot from the Plotting Guide.
>
|
|
|
|
See Also
|
|
DEplot, DEtools, DEtools[autonomous], DEtools[phaseportrait], dsolve[classical], dsolve[dverk78], dsolve[gear], dsolve[lsode], dsolve[numeric], dsolve[rkf45], plot, plots[odeplot]
|
|
Download Help Document
Was this information helpful?