from active_projects.ode.part3.staging import * from active_projects.ode.part3.temperature_graphs import * from active_projects.ode.part3.pi_creature_scenes import * from active_projects.ode.part3.wordy_scenes import * from active_projects.ode.part3.discrete_case import * OUTPUT_DIRECTORY = "ode/part3" SCENES_IN_ORDER = [ LastChapterWrapper, ThreeConstraints, OceanOfPossibilities, # TODO ThreeMainObservations, BreakDownAFunction, SineCurveIsUnrealistic, AnalyzeSineCurve, EquationAboveSineAnalysis, ExponentialDecay, InvestmentGrowth, GrowingPileOfMoney, CarbonDecayCurve, CarbonDecayingInMammoth, SineWaveScaledByExp, ShowSinExpDerivatives, IfOnly, BoundaryConditionInterlude, BoundaryConditionReference, GiantCross, SimulateRealSineCurve, DerivativesOfLinearFunction, StraightLine3DGraph, SimulateLinearGraph, EmphasizeBoundaryPoints, ShowNewRuleAtDiscreteBoundary, DiscreteEvolutionPoint25, DiscreteEvolutionPoint1, FlatEdgesForDiscreteEvolution, FlatEdgesForDiscreteEvolutionTinySteps, FlatEdgesContinuousEvolution, FlatAtBoundaryWords, SlopeToHeatFlow, CloserLookAtStraightLine, WriteOutBoundaryCondition, TeacherStudentsScene, ManipulateSinExpSurface, HeatEquationFrame, ShowFreq1CosExpDecay, ShowFreq2CosExpDecay, ShowFreq4CosExpDecay, CompareFreqDecays, # SimpleCosExpGraph, # AddMultipleSolutions, # IveHeardOfThis, # FourierSeriesOfLineIllustration, # InFouriersShoes, ] PART_4_SCENES = [ FourierSeriesIllustraiton, FourierNameIntro, CircleAnimationOfF, ]