https://github.com/csfelix/manim-videos
🎬 Mathematic Videos Generated with Manim
https://github.com/csfelix/manim-videos
linear-algebra manim python
Last synced: 3 months ago
JSON representation
🎬 Mathematic Videos Generated with Manim
- Host: GitHub
- URL: https://github.com/csfelix/manim-videos
- Owner: CSFelix
- License: mit
- Created: 2025-03-25T01:13:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-17T00:30:04.000Z (about 1 year ago)
- Last Synced: 2025-06-22T06:43:53.969Z (12 months ago)
- Topics: linear-algebra, manim, python
- Language: Jupyter Notebook
- Homepage:
- Size: 94.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🎬 Manim Videos 🎬
---
# Setup
Fully supported on `Ubuntu` and `Debian` only.
```bash
sudo apt update -y
sudo apt install build-essential python3-dev libcairo2-dev libpango1.0-dev ffmpeg -y
sudo apt install texlive texlive-latex-extra -y
sudo apt-get install dvisvgm -y
conda install -c conda-forge manimpango -y
pip install manim
```
---
# Notebooks
[00 | Linear Algebra](https://github.com/CSFelix/manim-videos/blob/main/src/00%20-%20Linear%20Algebra.ipynb)
[01 | Matrix Decomposition](https://github.com/CSFelix/manim-videos/blob/main/src/01%20-%20Matrix%20Decomposition.ipynb)
[02 | Conditional Probability](https://github.com/CSFelix/manim-videos/blob/main/src/02%20-%20Conditional%20Probability.ipynb)