
Fractal Global Behavior of Newton’s Method

MATLAB adds capability to search for an interval with a sign change.... 続きを読む >>
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.... 続きを読む >>
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.... 続きを読む >>
This is the first of a multi-part series about the MATLAB random number generators.... 続きを読む >>
Single and double precision are combined to facilitate a triple precision accumulated inner product.... 続きを読む >>