Welcome to the Math Experimentation and Exploration repository! This repository is set up to provide a test bench for Python and Matlab experimentation and recreational exploration. It includes the popular "Manim" Python library from YouTube mathematician 3Blue1Brown for animating mathematical equations and models, as well as a number of examples pulled from 3Blue1Brown's series of YouTube videos.
- Manim Library: Animate mathematical equations and models using the Manim library.
- Examples: Explore various examples inspired by 3Blue1Brown's YouTube videos.
- Python and Matlab: Experiment with both Python and Matlab code.
This repository functions as an experimental sandbox. Users are discouraged from copying or running any code in this repository without prior inspection to ensure it is safe and functions as expected. No warranties or support will be offered in relation to this repository. However, bug reports will be considered and addressed when/if appropriate.
NOTE: The root repository has no function itself, it is simply a place for aggregating other assets and tools. Please be sure to review all README's in their relevant submodules.
- Clone the repository:
git clone https://github.com/yourusername/math-exploration.git
- Install the required dependencies:
pip install -r requirements.txt
- Explore the examples and start experimenting!
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License.
For any questions or suggestions, please open an issue in the repository.
Happy experimenting!