HP Forums
The new Bisection++ Algorithm - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: The new Bisection++ Algorithm (/thread-460.html)



The new Bisection++ Algorithm - Namir - 01-18-2014 12:58 PM

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


RE: The new Bistcion++ Algorithm - Didier Lachieze - 01-18-2014 02:05 PM

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 ... ;-)


RE: The new Bisection++ Algorithm - Namir - 01-18-2014 03:19 PM

Sorry Didier, that was a typo. I corrected the heading.

:-)

Namir