-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Closed
Description
formula2=TexMobject(r"\frac { d }{ dx } f(x)\quad =\quad \underset { h\rightarrow 0 }{ lim } \frac { f(x+h)\quad -\quad f(x) }{ (x+h)\quad -\quad (x) } ")
formula2.set_color(BLUE)
self.play(Write(formula2), run_time=5)
self.wait(3)
#
formula3=TexMobject(r"\frac { d }{ dx } f(x)\quad =\quad \underset { h\rightarrow 0 }{ lim } \frac { f(x+h)\quad -\quad f(x) }{ h } ")
formula3.set_color(BLUE)
self.play(ReplacementTransform(formula2, formula3))
self.wait(5)
Metadata
Metadata
Assignees
Labels
No labels