MVT API

Uses of Class
mvt.tools.ToolPanel

Packages that use ToolPanel
mvt.tools   
mvt.tools.contour   
mvt.tools.linalg   
mvt.tools.numerical   
mvt.tools.ode   
mvt.tools.plot   
mvt.tools.vectorfield   
 

Uses of ToolPanel in mvt.tools
 

Subclasses of ToolPanel in mvt.tools
 class Graphics2DPanel
          The Graphics 2D Panel is the place that mouseListeners are added as well as any components that are specific to a Plot2DPanel and are located on top of the Plot2DPanel itself.
 class Graphics3DPanel
          The Graphics 3D Panel is the place that mouseListeners are added as well as any components that are specific to a Plot3DPanel but are located upon the Plot3DPanel itself.
 class GraphicsPanel
          GraphicsPanel is an abstract class that takes much of the similarities of Graphics2DPanel and Graphics3DPanel an puts them in one place.
 

Uses of ToolPanel in mvt.tools.contour
 

Subclasses of ToolPanel in mvt.tools.contour
 class ContourTool
          Tool that plots the contour lines of a function.
 class ImplicitPlotterTool
          This tool plots curves of the form f(x,y) = 0
 

Uses of ToolPanel in mvt.tools.linalg
 

Subclasses of ToolPanel in mvt.tools.linalg
 class DecompositionTool
           
 class LinearSystemTool
           
 class MatrixTool
           
 

Uses of ToolPanel in mvt.tools.numerical
 

Subclasses of ToolPanel in mvt.tools.numerical
 class FindRootTool
           
 class IntegrationTool
           
 class Root1DTool
          This tool finds x's that satisfy the following equation: f(x) = 0
 class Root2DTool
          This tool finds (x,y)'s that satisfy the following system of equations: f(x,y) = 0 g(x,y) = 0
 class Root3DTool
          This tool finds (x,y,z)'s that satisfy the following system of equations: f(x,y,z) = 0 g(x,y,z) = 0 h(x,y,z) = 0
 

Uses of ToolPanel in mvt.tools.ode
 

Subclasses of ToolPanel in mvt.tools.ode
 class ODE1DTool
          This tool plots the solution to a 1-D ODE of the form: dy/dt = f(y,t)
 class ODE2DTool
          This tool plots the solution to a coupled set of ODE's of the form: dx/dt = f(x,y,t) dy/dt = f(x,y,t)
 class ODE3DTool
          This tool plots the solution to a system of 3 ODE's of the form: dx/dt = f(x,y,z,t) dy/dt = f(x,y,z,t) dz/dt = f(x,y,z,t)
 class ODETool
           
 

Uses of ToolPanel in mvt.tools.plot
 

Subclasses of ToolPanel in mvt.tools.plot
 class ParametricTool
          This tool allows users to plot 2D Parametric Equations.
 class Plot2DTool
          This tool plots functions of the form: y = f(x)
 class Plot3DTool
          Tool that plots functions of the form: f(x,y)
 class PlotTool
           
 

Uses of ToolPanel in mvt.tools.vectorfield
 

Subclasses of ToolPanel in mvt.tools.vectorfield
 class GradientFieldTool
          This tool plots the gradient field of a fcn f(x,y).
 class ODEVectorFieldTool
           
 class 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.
 class 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.
 class 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.
 class VectorField2DTool
          This tool plots a vector field of the form: M(x,y)i + N(x,y)j
 class 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
 class VectorFieldTool
           
 


MVT API

mvt.icons