
Fractal Global Behavior of Newton’s Method

- Category:
- Algorithms,
- Fractals,
- Fun,
- Numerical Analysis
MATLAB adds capability to search for an interval with a sign change.... read more >>
Th. J. Dekker's zeroin algorithm from 1969 is one of my favorite algorithms. An elegant technique combining bisection and the secant method for finding a zero of a function of a real variable, it has become fzero in MATLAB today. This is the first of a three part series.... read more >>
This is the second of a multi-part series about the MATLAB random number generators. If you ask for help rng, you will get lots of information, including the fact that there are three modern generators.... read more >>
This is the first of a multi-part series about the MATLAB random number generators.... read more >>
Single and double precision are combined to facilitate a triple precision accumulated inner product.... read more >>