abl
newton.f File Reference

Functions/Subroutines

subroutine newton_solve (f, fp, x0, x, iters, z0, z1, Ri_b)
 Estimate the zero of f(x) using Newton's method. @license CC-BY https://faculty.washington.edu/rjl/classes/am583s2013/notes/. More...
 

Function/Subroutine Documentation

◆ newton_solve()

subroutine newton_solve ( external  f,
external  fp,
real  x0,
real  x,
integer  iters,
real  z0,
real  z1,
real  Ri_b 
)

Estimate the zero of f(x) using Newton's method. @license CC-BY https://faculty.washington.edu/rjl/classes/am583s2013/notes/.