HP Forums

Full Version: The new Bisection++ Algorithm
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello All,

I just posted a second improvement for the Bisection method, which I call the Bisection++ method. You can download the pdf file that discusses it here. I also include Excel files for the Bisection Plus and Bisection++ methods. You can download them from this web page. You can download other new algorithms from that web page too.

Both new methods compete with Newton's method. They use linear slope and inverse quadratic interpolation in a manner that avoids using the slope of the target function. This strategy does not make them vulnerable to low slope values--as is the case with Newton's method.

Enjoy!

Namir
Quickly reading the title of the new posts, I read this one as: "The new Bitcoins++ Algorithm"

I thought you had found a new way of mining bitcoins ... ;-)
Sorry Didier, that was a typo. I corrected the heading.

:-)

Namir
Reference URL's