Solving the equation using ''Fixed Point Iteratıon'' and ''Newthon Raphson'' method.

16 views (last 30 days)
The equation has the form:
E-e*sin(E)= M
Solve this equation (Find the value of E) for e= 0.96727464 and M= 4.527594*10-3 by using “Fixed Point Iteration” and “Newton Raphson Methods with an accuracy of 0.0001 and a starting value of E0=1.
Please help me with the code . I want the code to be with steps and iterations and if possible calculate the error also, please .Thank you.

Answers (1)

Ameer Hamza
Ameer Hamza on 6 May 2020
Since this is a homework question, so I cannot give you an answer, but I can point you to resources that will help you to complete it. MATLAB code of these methods is available on FEX. Study those codes and see what problem you are facing. Then you can write your own code for the function specified in the question

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!