Skip to main content

Module secant

Module secant 

Source
Expand description

Secant method: Newton’s convergence class without a derivative, approximating the slope from the last two iterates.

Functions§

secant
Secant iteration from two starting points.