lalg Python library to experiment with Linear Algebra concepts lalg stands for "Linear Algebra." Overview Prerequisites Installation Interactively Prerequisites Python (>= 3.3.0) numpy (>= 1.11) Installation Interactively From the terminal $ git clone https://github.com/erictleung/lalg.git $ cd lalg $ python # Python 3 Then from within Python >>> import lalg