Solving Nonlinear Equation (Newton Raphson Algorithm)
Mostrar comentarios más antiguos
Please help me solve the following question in Matlab:
Write a Matlab code which uses Newton Raphson Method to compute an approximate solution to the equation f(x)=0 starting from xo and stopping when the magnitude of f(x) becomes smaller than e. The program should restrict the maximum number of iteration to N.
1 comentario
Matt Fig
el 18 de Nov. de 2012
Post what you have done so far and explain where you are stuck.
Respuestas (0)
Categorías
Más información sobre Newton-Raphson Method en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!