In the following section, we will look at how to solve a system of ordinary differential equations.
Solving a system of ordinary differential equations
Getting ready
We will need to follow some instructions and install the prerequisites.
How to do it...
These are the arguments for having this parameter on the functions:
- To execute the following parameters, we just need to know the parameters of the equations.
- Execute them with the following parameters:
Parameters |
fun: Callable. Right-hand side of the system. The calling signature is fun(x, y), or fun(x, y, p) if... |