Skip to content

Commit 7d596d0

Browse files
authored
Merge pull request 3b1b#606 from 3b1b/diffyq
Diffyq
2 parents 43b643d + 2e0e5cf commit 7d596d0

29 files changed

+758
-102
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
from active_projects.ode.part4.staging import *
2+
from active_projects.ode.part4.fourier_series_scenes import *
3+
from active_projects.ode.part4.pi_creature_scenes import *
4+
5+
OUTPUT_DIRECTORY = "ode/part4"
6+
SCENES_IN_ORDER = [
7+
ComplexFourierSeriesExample,
8+
ComplexFourierSeriesExampleEnd,
9+
FourierSeriesExampleWithRectForZoom,
10+
ZoomedInFourierSeriesExample,
11+
RelationToOtherVideos,
12+
WhyWouldYouCare,
13+
# Oldies
14+
15+
# FourierSeriesIllustraiton,
16+
# FourierNameIntro,
17+
# CircleAnimationOfF,
18+
]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)