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!