Google News
logo
SciPy - Quiz(MCQ)
In SciPy, determinant is computed using?
A)
det()
B)
SciPy.det()
C)
determinant()
D)
SciPy.determinant()

Correct Answer :   det()


Explanation : In SciPy, this is computed using the det() function.

Advertisement