Welcome to the Manim Animations Repository! This repository contains animations created using Manim, a mathematical animation engine. Currently, there is one animation available:
File descriptions
The GoldenRationOptimization
animation demonstrates the optimization process using the golden ratio search algorithm. The animation visualizes the steps involved in finding the minimum or maximum of a function using the golden section search method.
The Newtons1DOptimization
animation visualizes the optimization process using Newton's method in one dimension. It demonstrates the iterative steps involved in finding the minimum of a function, updating the Taylor approximation, and visualizing the distance between points during the optimization process.
To run the animation, you need to have Manim installed. Follow these steps:
-
Install Manim: Visit the Manim installation guide for instructions on installing Manim.
-
Clone this repository:
git clone https://github.com/your-username/manim-animations.git cd manim-animations
-
In console write command like this
manim -pql <filename> <classname>