Google News
logo
SciPy - Quiz(MCQ)
The scipy.linalg.solve feature solves the _______.
A)
linear equation
B)
integration problem
C)
differentiation problem
D)
All of the above

Correct Answer :   linear equation


Explanation : The scipy.linalg.solve feature solves the linear equation a * x + b * y = Z, for the unknown x, y values.

Advertisement