Solving the equation using ''Fixed Point Iteratıon'' and ''Newthon Raphson'' method.
16 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
Ameer Hamza
2020-5-6
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
Fixed Point Iteratıon: https://www.mathworks.com/matlabcentral/fileexchange/28224-fixed-point-method
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!