GUIKit EquationTrekker
EquationTrekker provides an interactive tool for investigating differential equation solutions
and other types of equation solutions that have solutions
which can be viewed as paths or trajectories. EquationTrekker is a good example
of how GUIKit can supplement existing Mathematica functions,
in this case NDSolve, by providing
a user interface around the numerous NDSolve options and by reducing the specification of these parameter
values through
simple mouse clicks, sliders, and input fields.
 |
 |
GUIKit EquationTrekker
Example |
|
 |
|
How was it built?
- Calls Mathematica's
NDSolve when solving trek points to solve the differential equation.
- Uses script blocks to manage bridging the trek updates and creating the Mathematica graphics.
- Leverages the third-party Java graphics library.
|