Examples¶
The package ships runnable example scripts in examples/ and generated
visual outputs in test_output/ as SVG files.
This page is an overview. Detailed inputs, outputs, and figures are split by example family in the pages linked below.
Run examples from the package root:
python examples/example_imsl_ivpag.py
python examples/example_imsl_bvpfd.py
python examples/example_imsl_daspg.py
python examples/example_imsl_stiff_ode.py
python examples/example_imsl_events.py
python examples/example_imsl_phase_portrait.py
python examples/example_imsl_heat_equation.py
python examples/example_imsl_ode_methods.py
python examples/example_imsl_stability.py
Regenerate the documentation figures by rerunning the relevant examples from the
package root. Each script updates one or more SVG files in test_output/.
Example Script Map¶
Script |
Primary topic |
Generated SVG outputs |
|---|---|---|
|
IVP solvers (IVPAG) |
|
|
BVP finite differences (BVPFD) |
|
|
DAE / stiff systems (DASPG) |
|
|
Stiff ODE — Robertson kinetics |
|
|
Event detection — bouncing ball |
|
|
Phase portrait — pendulum & Lotka-Volterra |
|
|
1-D heat equation — method of lines |
|
|
ODE method comparison — Kepler orbit |
|
|
Stability analysis & BVP shooting |
|
Detailed pages by family:
- IVP Solver Examples
- BVP Solver Examples
- DAE / Stiff ODE Examples
- Stiff ODE Example — Robertson Chemical Kinetics
- Event Detection Example — Bouncing Ball
- Phase Portrait Example — Pendulum & Lotka-Volterra
- Heat Equation Example — Method of Lines
- ODE Solver Method Comparison — Kepler Orbit
- Stability Analysis and BVP Shooting