what's the difference between Secant , Newtons, fixed-point and bisection method
이전 댓글 표시
what's the difference between Secant , Newtons, fixed-point and bisection method to implement function x^2 + x^ 4 + 6 = x^3 + x^5 + 7 to find the first 11 values of iteration in matlab
댓글 수: 2
KSSV
2021년 6월 8일
What have you attempted for the home work?
John Grand
2021년 6월 9일
편집: John Grand
2021년 6월 9일
답변 (1개)
Sulaymon Eshkabilov
2021년 6월 9일
0 개 추천
You can learn Secant method from this nice tutorial: https://www.youtube.com/watch?v=1fJbbtcrXco
NR method from this discussion of MATLAB community: https://www.mathworks.com/matlabcentral/answers/107508-solving-a-nonlinear-equation-using-newton-raphson-method
카테고리
도움말 센터 및 File Exchange에서 Fixed-Point Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!