cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
HELP!
HELP!
May 18, 2012 at 10:00am UTC
yungwhizz
(15)
i need help, i have to compute an approximation of sqrt(2) using Newton-Raphson method for finding the roots of quadratic equation (x^2) - 2 = 0. starting with x_0=1.
May 18, 2012 at 10:02am UTC
Moschops
(7244)
Do you not understand the method, or how to program?
May 18, 2012 at 10:07am UTC
yungwhizz
(15)
i understand the method, i`m new to c++ i`m learning.
Topic archived. No new replies allowed.