An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

🎬 Manim Videos 🎬


Documents

---

# 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)