Up to the pont where phase space is introduced

This commit is contained in:
Grant Sanderson
2019-03-22 15:54:45 -07:00
parent 0b56d6f311
commit 9cdf35475d
5 changed files with 348 additions and 97 deletions

View File

@ -1,6 +1,7 @@
from active_projects.ode.part1.pendulum import *
from active_projects.ode.part1.staging import *
from active_projects.ode.part1.pi_scenes import *
from active_projects.ode.part1.wordy_scenes import *
OUTPUT_DIRECTORY = "ode/part1"
ALL_SCENE_CLASSES = [
@ -25,4 +26,7 @@ ALL_SCENE_CLASSES = [
SubtleAirCurrents,
DefineODE,
ODEvsPDEinFrames,
ProveTeacherWrong,
SetAsideSeekingSolution,
VisualizeStates,
]