lalib - A Python library to study linear algebra¶
The goal of this package is to provide a library written in pure Python (incl. the standard library) to learn about linear algebra by reading and writing code.
Prerequisites¶
Python 3.9 or newer is needed. The package depends only on core Python (incl. the standard library).
Installation¶
lalib is available on PyPI via pip:
$ pip install lalib
It is recommended to install the package into a virtual environment.