Where to Discuss?

Local Group

Preface

Goal: Animate a Math Tex Formula with Manim. Using Inverse Function as an example.

I know it is after midnight, but I’m still curious on how to animate things using Manim. I need a few hours to adapt to this library. I need a great deal of time to start learning. After a few hours and several tutorial, I have braved enough to start my own example. Now I need a simple case.

So I start from the easy example. Just animating the Math Tex.

Tex Source

We are going to use our previous invers function case.


Simple Manim Script

Let’s transalte the previous TeX notation above, directly into Math Tex code.

Source Code

You can obtain the code in this following link:

Running Manim

Video Result

The result will show you this animation below:


Refactor to Class

Source Code

You can obtain the code in this following link:

Running Manim

Video Result

The result will show you this animation below:


Adding Some Effect

Source Code

You can obtain the code in this following link:

Running Manim

Video Result

The result will show you this animation below:


What is Next 🤔?

I’m going to continue to plot chart.

You can continue reading [ Python - Matplotlib ].