Solve differential equations in Python.
Differential equations are solved in Python with the Scipy.integrate package using function ODEINT. ODEINT requires three inputs: y = odeint(model, y0, t)model: Function name that returns derivative values at requested y and t values as dydt = model(y,t) y0: Initial conditions of the differential st...
| Format: | Video |
|---|---|
| Language: | English |
| Language Notes: | In English. |
| Published: |
[Place of publication not identified] :
APMonitor.com,
2021.
|
| Series: | Academic Video Online
|
| Subjects: | |
| Online Access: | Connect to this streaming video (Alexander Street Press) |
| Summary: | Differential equations are solved in Python with the Scipy.integrate package using function ODEINT. ODEINT requires three inputs: y = odeint(model, y0, t)model: Function name that returns derivative values at requested y and t values as dydt = model(y,t) y0: Initial conditions of the differential states t: Time points at which the solution should be reported. Additional internal points are often calculated to maintain accuracy of the solution but are not reported. |
|---|---|
| Item Description: | Title from resource description page (viewed March 22, 2022). |
| Physical Description: | 1 online resource (25 minutes) |
| Playing Time: | 00:24:15 |