Alpine container with LaTeX and neovim installation.
Build docker image.
docker build -t latex .
docker build --build-arg USER_ID=$(id -u) --build-arg GROUP_ID=$(id -g) -t latex .
Start latex docker image.
docker run -it --rm -v "$(pwd):/app" --name maths latex
Use python environment for generating graph and experiments. Requires venv
.
python3 -m venv .venv
Activate it by using the script inside the .venv directory
.
.venv/Script/activate.sh
Install packages from the requirements.txt
pip install -r ./requirements.txt
- Inner product space - https://en.wikipedia.org/wiki/Inner_product_space
- Tensor - https://en.wikipedia.org/wiki/Tensor
- Lissajous curve - https://en.wikipedia.org/wiki/Lissajous_curve