The following table gives an overview over all examples.
Table 1.3. Examples Overview
|
File |
Brief Description |
|---|---|
|
The harmonic oscillator examples gives a brief introduction to odeint and shows the usage of the classical Runge-Kutta-solvers. |
|
|
The solar system example shows the usage of the symplectic solvers. |
|
|
The stiff system example shows the usage of the stiff solvers using the Jacobian of the system function. |
|
|
The Stuart-Landau example shows how odeint can be used with complex state types. |
|
|
The Fermi-Pasta-Ulam (FPU) example shows how odeint can be used to integrate lattice systems. |
|
|
The phase oscillator ensemble example shows how globally coupled oscillators can be analyzed and how statistical measures can be computed during integration. |
|
|
tba. |