MATLAB I writing a program on MATLAB to implement Newton Raphson method

AI Thread Summary
A user is seeking assistance in writing a MATLAB program to implement the Newton-Raphson method for solving two specific equations: cox=x^3 and x^4-0.5(x^3)+3(x^2)-x+3=0. They request help urgently and express gratitude in advance. Another participant mentions that the MATLAB function fsolve utilizes the Newton method. The discussion highlights the need for practical coding examples and clarifications on the application of the Newton-Raphson method in MATLAB.
RK10
Messages
3
Reaction score
0
Did anyone write a program before for Newton Raphson method on MATLAB.
I need to try the program to solve 2 equations:
cox=x^3
and x^4-0.5(x^3)+3(x^2)-x+3=0
Please Help me in this manner ASAP.
AND THANK YOU
 
Physics news on Phys.org
I thought fsolve used the Newton method.
 
Back
Top