Search code examples
pythonmathmatrixscipyscientific-computing

Calculate Matrix Determinants of minors!


i want to caluculate Matrix determinants of minors in Python, maybe using scipy or some other package. any suggestions?


Solution

  • Numpy/SciPy will do all this.