Inverse Cubic Iteration

07/13/2020
by   Robert M. Corless, et al.
0

There are thousands of papers on rootfinding for nonlinear scalar equations. Here is one more, to talk about an apparently new method, which I call “Inverse Cubic Iteration” (ICI) in analogy to the Inverse Quadratic Iteration in Richard Brent's zeroin method. The possibly new method is based on a cubic blend of tangent-line approximations for the inverse function. We rewrite this iteration for numerical stability as an average of two Newton steps and a secant step: only one new function evaluation and derivative evaluation is needed for each step. The total cost of the method is therefore only trivially more than Newton's method, and we will see that it has order 1+√(3) = 2.732..., thus ensuring that to achieve a given accuracy it usually takes fewer steps than Newton's method while using essentially the same effort per step.

READ FULL TEXT

page 8

page 9

page 12

research
05/02/2016

Munchausen Iteration

We present a method for solving polynomial equations over idempotent ome...
research
12/03/2019

Stochastic Newton and Cubic Newton Methods with Simple Local Linear-Quadratic Rates

We present two new remarkably simple stochastic second-order methods for...
research
02/12/2021

Newton Method over Networks is Fast up to the Statistical Precision

We propose a distributed cubic regularization of the Newton method for s...
research
04/09/2022

An Improved Integer Modular Multiplicative Inverse (modulo 2^w)

This paper presents an algorithm for the integer multiplicative inverse ...
research
02/25/2023

Provably Efficient Gauss-Newton Temporal Difference Learning Method with Function Approximation

In this paper, based on the spirit of Fitted Q-Iteration (FQI), we propo...
research
04/04/2023

Efficient Generic Quotients Using Exact Arithmetic

The usual formulation of efficient division uses Newton iteration to com...
research
07/05/2019

On stable invertibility and global Newton convergence for convex monotonic functions

We derive a simple criterion that ensures uniqueness, Lipschitz stabilit...

Please sign up or login with your details

Forgot password? Click here to reset