Which method can be used to find out the roots of any arbitrary function?
Answers
Answered by
10
The function used to find roots of any arbitrary function is :
fsolve ()
This function is provided by numpy.
This function returns :
The roots of a nonlinear equations defined by ;
func (x) = 0 given a starting estimate.
fsolve ()
This function is provided by numpy.
This function returns :
The roots of a nonlinear equations defined by ;
func (x) = 0 given a starting estimate.
Similar questions