Physics 212, 2019: Lecture 9
Revision as of 09:04, 13 February 2019 by Ilya (talk | contribs) (Created page with "{{PHYS212-2019}} ==Runge-Kutta 2 integration== ===Scripts for this Lecture=== :: GrowthFunctions -- module defining different growth func...")
Back to the main Teaching page.
Back to Physics 212, 2019: Computational Modeling.
Runge-Kutta 2 integration
Scripts for this Lecture
- GrowthFunctions -- module defining different growth functions.
- Integrators -- module defining different integrators (Euler and Runge-Kutta, which we will use during the next lecture).
- Module 2 -- catch-all scripts I used during the class.