├── 2021 ├── Car.svg ├── Car_Oben.svg ├── Left_Hand_Rule_Up.svg ├── Opening-Book.svg ├── Pin.svg ├── Right_Hand_Rule_Down.svg ├── Right_Hand_Rule_Up.svg ├── Right_Hand_Rule_Winding.svg ├── TrigFunc-Parameter-a.py ├── TrigFunc-Parameter-b.py ├── Vektoren-RMV-Addition.py ├── Vektoren-RMV-Intros.py ├── Vektoren-RMV-Linearkombination.py ├── Vektoren-RMV-SkalareMultiplikation.py ├── Vektoren-RMV-Skalarprodukt.py ├── Vektoren-RMV-Subtraktion.py ├── Vektoren-RMV-Trailer.py ├── Vektoren-RMV-Vektorprodukt.py └── video_icon.svg ├── 2022 ├── Binomial Distribution │ ├── Binom-00-Trailer.py │ ├── Binom-01-BExp.py │ ├── Binom-02-BTrail.py │ ├── Binom-03-BFormula.py │ ├── Binom-04-Hist.py │ ├── Binom-05-ExpValue.py │ ├── Binom-06-HistProp.py │ ├── Binom-07-Kum.py │ ├── Binom-08-KumTables.py │ ├── Binom-09-Mindestens-Hoechstens.py │ ├── BinomHelper.py │ └── SVGs and IMGs │ │ ├── Blood_Donation.svg │ │ ├── BrainBulb.svg │ │ ├── GummyBear.svg │ │ ├── Jakob_Bernoulli.jpg │ │ ├── Rabbit.svg │ │ ├── biathlon-shoot.svg │ │ ├── biathlon-skiing.svg │ │ ├── clubs.svg │ │ ├── diamonds.svg │ │ ├── emoji_couple_holding_hands.svg │ │ ├── emoji_couple_holding_hands_ww.svg │ │ ├── emoji_heart_eyes.svg │ │ ├── emoji_middle_finger.svg │ │ ├── emoji_sunglas.svg │ │ ├── hearts.svg │ │ ├── human_body_back.svg │ │ ├── open-tafelwerk-tables.png │ │ ├── rose_illustration.svg │ │ ├── smartphone.svg │ │ ├── smartwatch.svg │ │ ├── spades.svg │ │ ├── table_binom_cdf_100.png │ │ ├── table_binom_cdf_10_20_25.png │ │ └── table_binom_cdf_50.png ├── Hypotests-01-Links.py ├── Hypotests-02-Links-Alpha.py ├── TrigFunc-All-Parameters.py ├── TrigFunc-Parameter-c.py └── TrigFunc-Parameter-d.py └── README.md /2021/Car.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/Car.svg -------------------------------------------------------------------------------- /2021/Car_Oben.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/Car_Oben.svg -------------------------------------------------------------------------------- /2021/Left_Hand_Rule_Up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/Left_Hand_Rule_Up.svg -------------------------------------------------------------------------------- /2021/Opening-Book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/Opening-Book.svg -------------------------------------------------------------------------------- /2021/Pin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/Pin.svg -------------------------------------------------------------------------------- /2021/Right_Hand_Rule_Down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/Right_Hand_Rule_Down.svg -------------------------------------------------------------------------------- /2021/Right_Hand_Rule_Up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/Right_Hand_Rule_Up.svg -------------------------------------------------------------------------------- /2021/Right_Hand_Rule_Winding.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/Right_Hand_Rule_Winding.svg -------------------------------------------------------------------------------- /2021/TrigFunc-Parameter-a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/TrigFunc-Parameter-a.py -------------------------------------------------------------------------------- /2021/TrigFunc-Parameter-b.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/TrigFunc-Parameter-b.py -------------------------------------------------------------------------------- /2021/Vektoren-RMV-Addition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/Vektoren-RMV-Addition.py -------------------------------------------------------------------------------- /2021/Vektoren-RMV-Intros.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/Vektoren-RMV-Intros.py -------------------------------------------------------------------------------- /2021/Vektoren-RMV-Linearkombination.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/Vektoren-RMV-Linearkombination.py -------------------------------------------------------------------------------- /2021/Vektoren-RMV-SkalareMultiplikation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/Vektoren-RMV-SkalareMultiplikation.py -------------------------------------------------------------------------------- /2021/Vektoren-RMV-Skalarprodukt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/Vektoren-RMV-Skalarprodukt.py -------------------------------------------------------------------------------- /2021/Vektoren-RMV-Subtraktion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/Vektoren-RMV-Subtraktion.py -------------------------------------------------------------------------------- /2021/Vektoren-RMV-Trailer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/Vektoren-RMV-Trailer.py -------------------------------------------------------------------------------- /2021/Vektoren-RMV-Vektorprodukt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/Vektoren-RMV-Vektorprodukt.py -------------------------------------------------------------------------------- /2021/video_icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2021/video_icon.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/Binom-00-Trailer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/Binom-00-Trailer.py -------------------------------------------------------------------------------- /2022/Binomial Distribution/Binom-01-BExp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/Binom-01-BExp.py -------------------------------------------------------------------------------- /2022/Binomial Distribution/Binom-02-BTrail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/Binom-02-BTrail.py -------------------------------------------------------------------------------- /2022/Binomial Distribution/Binom-03-BFormula.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/Binom-03-BFormula.py -------------------------------------------------------------------------------- /2022/Binomial Distribution/Binom-04-Hist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/Binom-04-Hist.py -------------------------------------------------------------------------------- /2022/Binomial Distribution/Binom-05-ExpValue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/Binom-05-ExpValue.py -------------------------------------------------------------------------------- /2022/Binomial Distribution/Binom-06-HistProp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/Binom-06-HistProp.py -------------------------------------------------------------------------------- /2022/Binomial Distribution/Binom-07-Kum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/Binom-07-Kum.py -------------------------------------------------------------------------------- /2022/Binomial Distribution/Binom-08-KumTables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/Binom-08-KumTables.py -------------------------------------------------------------------------------- /2022/Binomial Distribution/Binom-09-Mindestens-Hoechstens.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/Binom-09-Mindestens-Hoechstens.py -------------------------------------------------------------------------------- /2022/Binomial Distribution/BinomHelper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/BinomHelper.py -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/Blood_Donation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/Blood_Donation.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/BrainBulb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/BrainBulb.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/GummyBear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/GummyBear.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/Jakob_Bernoulli.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/Jakob_Bernoulli.jpg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/Rabbit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/Rabbit.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/biathlon-shoot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/biathlon-shoot.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/biathlon-skiing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/biathlon-skiing.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/clubs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/clubs.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/diamonds.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/diamonds.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/emoji_couple_holding_hands.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/emoji_couple_holding_hands.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/emoji_couple_holding_hands_ww.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/emoji_couple_holding_hands_ww.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/emoji_heart_eyes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/emoji_heart_eyes.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/emoji_middle_finger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/emoji_middle_finger.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/emoji_sunglas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/emoji_sunglas.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/hearts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/hearts.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/human_body_back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/human_body_back.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/open-tafelwerk-tables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/open-tafelwerk-tables.png -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/rose_illustration.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/rose_illustration.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/smartphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/smartphone.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/smartwatch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/smartwatch.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/spades.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/spades.svg -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/table_binom_cdf_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/table_binom_cdf_100.png -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/table_binom_cdf_10_20_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/table_binom_cdf_10_20_25.png -------------------------------------------------------------------------------- /2022/Binomial Distribution/SVGs and IMGs/table_binom_cdf_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Binomial Distribution/SVGs and IMGs/table_binom_cdf_50.png -------------------------------------------------------------------------------- /2022/Hypotests-01-Links.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Hypotests-01-Links.py -------------------------------------------------------------------------------- /2022/Hypotests-02-Links-Alpha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/Hypotests-02-Links-Alpha.py -------------------------------------------------------------------------------- /2022/TrigFunc-All-Parameters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/TrigFunc-All-Parameters.py -------------------------------------------------------------------------------- /2022/TrigFunc-Parameter-c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/TrigFunc-Parameter-c.py -------------------------------------------------------------------------------- /2022/TrigFunc-Parameter-d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/2022/TrigFunc-Parameter-d.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visual-x/manim-projects/HEAD/README.md --------------------------------------------------------------------------------