Solving the equation using ''Fixed Point Iteratıon'' and ''Newthon Raphson'' method.
显示 更早的评论
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.
回答(1 个)
Ameer Hamza
2020-5-6
1 个投票
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
类别
在 帮助中心 和 File Exchange 中查找有关 Newton-Raphson Method 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!