1 option
Solve differential equations in Python.
- Format:
- Video
- Series:
- Academic Video Online
- Language:
- English
- Subjects (All):
- Python (Computer program language).
- Differential equations--Numerical solutions--Data processing.
- Differential equations.
- Genre:
- Educational films.
- Instructional films.
- Physical Description:
- 1 online resource (25 minutes)
- Place of Publication:
- [Place of publication not identified] : APMonitor.com, 2021.
- Language Note:
- In English.
- System Details:
- video file
- 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.
- Notes:
- Title from resource description page (viewed March 22, 2022).
- OCLC:
- 1309919710
The Penn Libraries is committed to describing library materials using current, accurate, and responsible language. If you discover outdated or inaccurate language, please fill out this feedback form to report it and suggest alternative language.