Thread Closed

I'm better then Newton (Method of Approximation)

 
Share Thread Thread Tools
Apr24-03, 04:13 PM   #1
 

I'm better then Newton (Method of Approximation)


http://www.geocities.com/dr_physica/moa.zip

is a delphi program showing how my method of approxim outperforms/beats the Newton's one while looking for sqrt(2)

try the case A+B=2*sqrt(2) and see the magic!!!
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Apr24-03, 05:58 PM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
There are lots of algorithms which can "beat" the Newton-Raphson method if the only criterion is the number of iterations computed. Specifically, with some domain knowledge of the kind of problem you're trying to solve, a variety of more specialized algorithms can beat Newton's method in terms of CPU cycles performed. In general, though, Newton's method is simple and works on any function with a continuously defined first derivative.

I advise that you consult "Numerical Recipes in C." I also advise that you learn a better programming language than Delphi.

- Warren
Apr24-03, 09:35 PM   #3
 
I remember last semester my math teacher would occasionally mention the newton method. It was always funny because he'd mean to just mention it but then would get caught up in this whole discourse on how it was probably the best algorithim ever and yada yada yada and all the sudden class is up and he's done nothing but talk about how amazing newtons algorithim was. It was quite comicall really
Apr25-03, 02:47 PM   #4
 

I'm better then Newton (Method of Approximation)


Originally posted by chroot
There are lots of algorithms which can "beat" the Newton-Raphson method if the only criterion is the number of iterations computed. Specifically, with some domain knowledge of the kind of problem you're trying to solve, a variety of more specialized algorithms can beat Newton's method in terms of CPU cycles performed. In general, though, Newton's method is simple and works on any function with a continuously defined first derivative.

I advise that you consult "Numerical Recipes in C." I also advise that you learn a better programming language than Delphi.

- Warren
quite right.
but the special thing is that this one is my original invention and it finds the root in just one step almost analytically under special conditions.
Apr25-03, 03:10 PM   #5
 
SUre, there are better methods of approximation.

But for the sake of approximation, I'll use the Newton-Raphson method. [;)]
Thread Closed
Thread Tools


Similar Threads for: I'm better then Newton (Method of Approximation)
Thread Forum Replies
Newton-Raphson method Calculus & Beyond Homework 6
Nevilles Method for approximation Calculus & Beyond Homework 1
Method of successive approximation Introductory Physics Homework 1
Newton-Raphson method for y=1/f(x) General Math 2
Bisection method of approximation(proof) Calculus 0