1. Getting Started¶
- 1.1. Overview
- 1.2. Installation
- 1.3. Example: Solve van der Pol equation using Python
- 1.4. Example: Solve van der Pol equation using C
- 1.5. Example: Solving inviscid Burgers’ equation from Python using IVP interface
- 1.6. Example: Minimize the Rosenbrock function using Python
- 1.7. Example: Minimize the Rosenbrock function using Julia