This is documentation for an old release of SciPy (version 0.10.1). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.det
-
scipy.linalg.det(a, overwrite_a=False)
Compute the determinant of a matrix
Parameters : | a : array, shape (M, M)
|
Returns : | det : float or complex
|
Notes
The determinant is computed via LU factorization, LAPACK routine z/dgetrf.