Class Summary |
GradientFieldInput |
Creates and lays out all the components in the input
panel for the Gradient Field Plotter. |
GradientFieldOptions |
Creates and lays out the components used in the options panel
for the Gradient Field Plotter. |
GradientFieldTool |
This tool plots the gradient field of a fcn f(x,y). |
ODEVectorFieldTool |
|
ODEvf1DInput |
Creates and lays out all the components in the input
panel for the 1D ODE Vector Field Plotter. |
ODEvf1DOptions |
Creates and lays out the components used in the options panel
for the 1D ODE Vector Field Plotter. |
ODEvf1DTool |
This tool solves a 1D ODE of the form:
dy/dt = f(y,t)
and then plots a vector field solution with time increasing
along the x-axis. |
ODEvf2DInput |
Creates and lays out all the components in the input
panel for the 2D ODE Vector Field Plotter. |
ODEvf2DOptions |
Creates and lays out the components used in the options panel
for the 2D ODE Vector Field Plotter. |
ODEvf2DTool |
This tool plots a vector field solution of "planar" systems of the form:
dx/dt = f(x,y)
dy/dt = f(x,y)
as well as finds particular solutions with initial conditions
set by clicking the mouse. |
ODEvf3DInput |
Creates and lays out all the components in the input
panel for the 3D ODE Vector Field Plotter. |
ODEvf3DOptions |
Creates and lays out the components used in the options panel
for the 3D ODE Vector Field Plotter. |
ODEvf3DTool |
This tool plots a vector field solution of "planar" systems of the form:
dx/dt = f(x,y,z)
dy/dt = f(x,y,z)
dz/dt = f(x,y,z)
as well as finds particular solutions with initial conditions
set by clicking the mouse. |
VectorField2DInput |
Creates and lays out all the components in the input
panel for the 2D Vector Field Plotter. |
VectorField2DOptions |
Creates and lays out the components used in the options panel
for the 2D Vector Field Plotter. |
VectorField2DTool |
This tool plots a vector field of the form:
M(x,y)i + N(x,y)j |
VectorField3DInput |
Creates and lays out all the components in the input
panel for the 3D Vector Field Plotter. |
VectorField3DOptions |
Creates and lays out the components used in the options panel
for the 3D Vector Field Plotter. |
VectorField3DTool |
Display a 3D vector field using is component functions:
M(x,y,z) * i + N(x,y,z) * j + P(x,y,z)* k |
VectorFieldTool |
|