Used Manim to create animated sequences of some mathematical equations to demonstrate them in a better way.
NOTE: To construct any scene in manim, define a class with the animation name, then define the animation sequence in the construct(self)
method.
To render the created scene run:
manim -p animation.py [Scene_name]
Examples can be found here.