In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f. The secant method can be thought of ...
I am in the process of writing a tutorial on using several scipy submodules (for a course I teach on Scientific Programming) and noticed that scipy.optimize.root_scalar() produced different results ...
Abstract: The secant method is one of the first methods to compute anisotropy from textured 2D images or 3D volumes. While computer science developed more accurate methods to compute anisotropy, the ...