Math, asked by kritartha1856, 1 year ago

Which method can be used to find out the roots of any arbitrary function?

Answers

Answered by danielochich
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.
Similar questions