/python_rref

A simple program that computes a matrix rref

Primary LanguagePython

python_rref

A simple program that computes a matrix reduced row-echelon form (rref)

reduces in place, mutating the array, solve is merely a wrapper that prints it nicely