ode_solve
Numerically solve an initial value problem for an ordinary differential equation given the derivative function, initial conditions, and time span.
Instructions
Solve an initial value problem numerically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dydt | Yes | ||
| y0 | Yes | ||
| t_span | Yes | ||
| variable | No | t | |
| y_variable | No | y | |
| method | No | RK45 | |
| max_step | No | ||
| rtol | No | ||
| atol | No | ||
| dense_output | No | ||
| num_points | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||