9 Solving Differential Equations
Chapter Objectives
- Become familiar with the different forms of differential equations encountered by engineers and scientists.
- Be able to recognize differential equations that can be solved numerically by the methods of quadrature (finding the area under the curve).
- Introduce the trapezoidal rule method for solving quadrature problems and the
quad
function from the SciPyintegrate
module. - Understand how to solve a differential equation with the Euler method.
- Appreciate the limitations of the Euler method when it comes to the accuracy of the solution.
- See how the Heun method is an improvement in accuracy over the Euler method.
- Understand how to extend the methods to the solution ...
Get Introduction to Engineering and Scientific Computing with Python now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.