PDA

View Full Version : numerical methods for engineers


rngz
Sep1-09, 12:18 AM
where could i find the pseudocode for newton raphson's method according to the matlab program??

minger
Sep1-09, 07:44 AM
I've taken this class. If you give me a moment.....nope I can't find it. I have a conjugate Graham-Schmidt, but no Newton Raphson. If you have access (or know someone who does) to the Numerical Recipes website or book, I'm sure that there is a routine in there for it.

CFDFEAGURU
Sep12-09, 04:41 PM
I have the NR3 one written for polynomials but that code is copyrighted. Here is the 1992 C book. Go to chapter 9.

http://www.nrbook.com/a/bookcpdf.php

Thanks
Matt

Somefantastik
Sep22-09, 10:35 AM
The guy who wrote this code uses the traditional newton-raphson method to find the roots of the Legendgre polynomials, you can look and see what he does

http://www.mathworks.com/matlabcentral/fileexchange/4540