Some examples for using SymPy. I will try to keep this up-to-date with relevant examples that relate to the linear algebra course.
These instructions assume you have Python3 and pip3 installed.
git clone https://github.com/fcooper8472/SympyExamples
pip3 install --upgrade pip setuptools wheel
pip3 install sympy jupyter
jupyter-notebook
Click through onto SympyExamples.ipynb
.