Skip to content

failpt/eulers-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Short Eulers formula animation with Manim

Description

The project consists of a continuos animation of a complex plane, a unit circle, a dot which coordinates are being calculated using the Eulers formula, and the formula itself with the according values. The animation ends with a famous Roger Bacon quote about mathematics.

Running the code

To run the program in medium quality through terminal install manim via their official guide, go to the program's directory and enter

manim -qm eulers-formula.py

or

manim -qm eulers-formula.py EulersFormula

into your terminal.

You can also run the program with docker, in this case use

docker run --rm -it -v "/full/path/to/your/directory:/manim" manimcommunity/manim manim -qm eulers-formula.py

About

A short manim animation on the complex plane

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages