Dina-Nashaat / Numerical_methods

0 stars 0 forks source link

Secant Function #5

Closed Dina-Nashaat closed 7 years ago

Dina-Nashaat commented 7 years ago

Please indicate:

FadyAhdy8 commented 7 years ago

Parameters : Function , Xi-1 , Xi , tolerance , maximum number of iterations.

if(tolerance = 0 ) tolerance = default_tolerance = 0.0001 if(maximum number of iterations = 0 ) maximum number of iterations = default maximum = 50

returns the root of the function.