matrix

A Python package for various 2D matrix operations and manipulations.

View on GitHub

Solutions to systems of linear equations

This can be achieved in two ways using the package:

NOTE: There shouldn’t be any much performance difference between the two means since the inverse operation also uses Gaussian Elimination.