diff options
Diffstat (limited to 'FSF-2020/calculus')
-rw-r--r-- | FSF-2020/calculus/series-and-transformations/Taylor Series/video2_TaylorExpansionGeneralForm.py | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/FSF-2020/calculus/series-and-transformations/Taylor Series/video2_TaylorExpansionGeneralForm.py b/FSF-2020/calculus/series-and-transformations/Taylor Series/video2_TaylorExpansionGeneralForm.py index 75f200d..5be336b 100644 --- a/FSF-2020/calculus/series-and-transformations/Taylor Series/video2_TaylorExpansionGeneralForm.py +++ b/FSF-2020/calculus/series-and-transformations/Taylor Series/video2_TaylorExpansionGeneralForm.py @@ -150,13 +150,6 @@ class graphScene(GraphScene,MovingCameraScene): bottomText8.scale(0.5) bottomText1.shift(4.5*RIGHT+2.5*DOWN) - # bottomText2.shift(4.5*RIGHT+2.5*DOWN) - # bottomText3.shift(4.5*RIGHT+2.5*DOWN) - # bottomText4.shift(4.5*RIGHT+2.5*DOWN) - # bottomText5.shift(4.5*RIGHT+2.5*DOWN) - # bottomText6.shift(4.5*RIGHT+2.5*DOWN) - # bottomText7.shift(4.5*RIGHT+2.5*DOWN) - # bottomText8.shift(4.5*RIGHT+2.5*DOWN) bottomText2.shift(5*RIGHT*x_each_unit+2.5*DOWN*y_each_unit) bottomText3.shift(5*RIGHT*x_each_unit+2.5*DOWN*y_each_unit) bottomText4.shift(5*RIGHT*x_each_unit+2.5*DOWN*y_each_unit) @@ -195,8 +188,6 @@ class graphScene(GraphScene,MovingCameraScene): self.play(ReplacementTransform(firstApprox[0],secondApprox[1])) self.wait(0.5) self.play(ReplacementTransform(secondApprox[1],secondApprox[2])) - # self.wait(0.5) - # self.play(ReplacementTransform(secondApprox[2],secondApprox[0])) self.wait(1) self.play(ReplacementTransform(bottomText3,bottomText4),FadeOut(secondApprox[2])) self.wait(1) @@ -208,8 +199,6 @@ class graphScene(GraphScene,MovingCameraScene): self.play(ReplacementTransform(secondGraph,thirdApprox[0])) self.wait(0.6) self.play(ReplacementTransform(thirdApprox[0],thirdApprox[1])) - # self.wait(0.6) - # self.play(ReplacementTransform(thirdApprox[1],thirdApprox[2])) self.wait(0.6) self.play(ReplacementTransform(thirdApprox[1],thirdApprox[3])) self.wait(0.6) @@ -236,4 +225,4 @@ class graphScene(GraphScene,MovingCameraScene): self.play(FadeOut(self.axes),FadeOut(textFinal),FadeOut(thirdGraph),FadeOut(trTextGrup),FadeOut(mainfunction),FadeOut(fx),FadeOut(coeff[0]),FadeOut(coeff[1]),FadeOut(coeff[2])) self.play(Write(finalFormula)) - self.wait(2)
\ No newline at end of file + self.wait(2) |