lalib - A library to study linear algebra

This is the documentation for the lalib package whose goal it is to serve as a resource for software engineers and data scientists to learn about linear algebra via reading and writing code.

Prerequisites

Python 3.7+ 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.