VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Finds the solution to any polynomial equation using Newton's Method... very effective and easy

RedSting71  (9 Submissions)   Math/Dates   VB 6.0   Unknown Difficulty   Fri 19th July 2002   Mon 8th February 2021

Finds the solution to any polynomial equation using Newton's Method... very effective and easy

API Declarations


'The function to call is Solve(), will return answer
'The polynomial is an equation set equal to 0
'Guess is an initial guess, doesn't have to be close to the actual answer, but should be decent; as a rule of thumb, just go with "1"
'Solve("x^2-2", "x", "1") - will solve the equation x^2 - 2 = 0 for x, using 1 as the value of x(1)
'If you're not familiar with Newton's Method, buy a book on numerical analysis

Rate Finds the solution to any polynomial equation using Newton's Method... very effective and easy (1(1 Vote))
Finds the solution to any polynomial equation using Newton's Method... very effective and easy.bas

Finds the solution to any polynomial equation using Newton's Method... very effective and easy Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters