Skip to main content
Back to top
Ctrl
+
K
CME 102 Python Workbook
Usage tips
General
Example 2-2: Quiver plots
Initial value problems
Example 11-1: Euler’s method
Example 11-2: User-defined functions
Example 11-3: Logistic function
Example 11-4: Backward Euler
Example 11-5: Global error
Example 11-7: Heun’s method
Example 11-8: Higher-order Runge-Kutta
Example 11-9: Built-in solvers
Example 11-10: Runge-Kutta for a system of ODEs
Example 11-11: Higher-order ODEs
Example 11-12: System of 2nd-order ODEs
Example 11-13: Non-linear system of ODEs
Boundary value problems
Example 12-1: Dirichlet boundary conditions
Example 12-2: Neumann boundary conditions
Example 12-4: ODE with non-constant coefficients
Example 12-5: Shooting method
Tutorials
Python fundamentals
Homework template
Index