Physics 212, 2019: Lecture 9

From Ilya Nemenman: Theoretical Biophysics @ Emory
Revision as of 10: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Emory Logo

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.