/determinant-calc

Calculates the determinant for a given nxn matrix for any n (limited to hardware)

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

determinant-calc

Calculates the determinant for a given nxn matrix for any n (limited to hardware)

Only uses first row expansion (not Laplace Expansion)

Currently Implementing UI