Newton Raphson m-file
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
jsparkes951
el 4 de Mzo. de 2015
Comentada: jsparkes951
el 4 de Mzo. de 2015
I have to employ the newton raphson algorithm to find the positive real roots of f(x)=2xln(X)-1. I need to create a function m-file to do so. This is my first matlab assignment and I'm not really familiar with it. I don't really know how to go about the iteration and I'm not very confident with creating the function either. Any help would be greatly appreciated.
0 comentarios
Respuesta aceptada
rantunes
el 4 de Mzo. de 2015
Hey,
I guess here you can find an helpful solution to your problem http://www.mathworks.com/matlabcentral/answers/107508-solving-a-nonlinear-equation-using-newton-raphson-method
Greets
Más respuestas (1)
Giorgos Papakonstantinou
el 4 de Mzo. de 2015
I would recommend to take a look at Cleve Moler's book Numerical Computing with MATLAB. Particularly in Chapter 4 which deals with finding the roots of functions with numerical methods.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!