Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 503 Bytes

File metadata and controls

25 lines (19 loc) · 503 Bytes

Sympy Examples

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.

Clone (or fork) this repository

git clone https://github.com/fcooper8472/SympyExamples

Install SymPy & Jupyter

pip3 install --upgrade pip setuptools wheel
pip3 install sympy jupyter

Run Jupyter

jupyter-notebook

Click through onto SympyExamples.ipynb.