i want to caluculate Matrix determinants of minors in Python, maybe using scipy or some other package. any suggestions?
Numpy/SciPy will do all this.
linalg.det()