Part I: Graphical User Interfaces
Exercises
- Add a GUI to your one-dimensional map tool: Allow the user to
- select which map to simulate,
- select which kind of display or calculation to show, and
- set parameters and number of iterations.
- Add a GUI to your two-dimensional map tool: Allow the user to
- select which map to simulate,
- select which kind of display or calculation to show, and
- set parameters and number of iterations.
- Add a GUI to your three-dimensional ODE tool: Allow the user
to
- select which set of ODEs to simulate,
- select which numerical integrator (Euler or Runge-Kutta) to use,
- select which kind of display or calculation to show, and
- set parameters and number of iterations.
Table of Contents