Skip to content

Commit

Permalink
Many more ode1 scenes and fixes as the video gets edited
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b committed Mar 28, 2019
1 parent ea4df1f commit 3485176
Show file tree
Hide file tree
Showing 9 changed files with 1,263 additions and 131 deletions.
22 changes: 21 additions & 1 deletion active_projects/ode/all_part1_scenes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@

OUTPUT_DIRECTORY = "ode/part1"
ALL_SCENE_CLASSES = [
VectorFieldTest,
IntroducePendulum,
MultiplePendulumsOverlayed,
PeriodFormula,
FormulasAreLies,
MediumAnglePendulum,
MediumHighAnglePendulum,
Expand All @@ -18,21 +20,31 @@
VeryLowAnglePendulum,
FormulasAreLies,
TourOfDifferentialEquations,
WherePendulumLeads,
LongDoublePendulum,
# FollowThisThread,
StrogatzQuote,
ShowHorizontalDashedLine,
RabbitFoxPopulations,
RabbitFoxEquation,
# Something...
ShowGravityAcceleration,
AnalyzePendulumForce,
ShowSineValues,
BuildUpEquation,
ShowDerivativeVideo,
SubtleAirCurrents,
SimpleDampenedPendulum,
DefineODE,
SecondOrderEquationExample,
ODEvsPDEinFrames,
ProveTeacherWrong,
SetAsideSeekingSolution,
ReferencePiCollisionStateSpaces,
# VisualizeHeightSlopeCurvature,
VisualizeStates,
ReferencePiCollisionStateSpaces,
IntroduceVectorField,
XComponentArrows,
BreakingSecondOrderIntoTwoFirstOrder,
ShowPendulumPhaseFlow,
ShowHighVelocityCase,
Expand All @@ -42,10 +54,18 @@
LorenzVectorField,
ThreeBodiesInSpace,
AltThreeBodiesInSpace,
ThreeBodyTitle,
ThreeBodySymbols,
AskAboutActuallySolving,
WriteODESolvingCode,
TakeManyTinySteps,
InaccurateComputation,
HungerForExactness,
ShowRect,
JumpToThisPoint,
ThreeBodyEquation,
ItGetsWorse,
ChaosTitle,
RevisitQuote,
EndScreen,
]
Loading

0 comments on commit 3485176

Please sign in to comment.