Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Root Finding using Secant method
조회 수: 1 (최근 30일)
이전 댓글 표시
I am currently trying to write a matlab code that will use the secant method to find a root of a function f(x) while only using the initial guess Xr = 1.0 and Del = 10^-6. I have solved the problem analytically and got a final root after a few iterations but I do not know how to translate that into Matlab as this is an introductory class and we have a matlab session next week. I would appreciate any help that will guide me.
댓글 수: 1
John D'Errico
2016년 9월 27일
So if you have no idea how to use MATLAB, then you will gain nothing from code given to you, except an easy way to do your homework. Start by reading the getting started tutorials. Then make an effort to write some code. You won't learn unless you get your hands dirty here.
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!