C++/Bisection method
Expert: vijayan - 10/26/2010
Questionhi my name is majid i will try to find the roots of the equation using Bisection method,Newton method; but i will not be succeed and my equation is (x*x+2x-2). n number of
iteration in method.define the tolerance can you help me. using c++ and using Microsoft Visual studio 2005/2008. windows programing.and not using matlab. i hope you help me.and understand my question.
Thank.
AnswerRead these articles.
Bisection method:
http://en.wikipedia.org/wiki/Bisection_method
Newton's method:
http://en.wikipedia.org/wiki/Newton%27s_method
Make a first attempt, and if you still get stuck at some point, come back with a specific follow up question along with the code that you have written.