/rp-scipy-linalg

Primary LanguageJupyter Notebook

Working With Linear Systems in Python With scipy.linalg

This is the code used in the article Working With Linear Systems in Python With scipy.linalg on Real Python.

The environment can be set up with conda:

conda env create -f conda_env.yml

To run the notebooks:

  • Activate the environment:

conda activate linalg

  • Register the environment on Jupyter:

python -m ipykernel install --user --name linalg

  • Start Jupyter, open the notebook and run it with the linalg kernel.