newton raphson method matlab
이전 댓글 표시
f (t) = 4.8626 *t* e^( -4.4721*t ) - 0.17
Use Newton Raphsonmethod by using the code newtraph.m.
initial estimate 0.03
댓글 수: 1
James Tursa
2019년 9월 5일
What have you done so far? What specific problems are you having with your code?
답변 (2개)
Roshni Garnayak
2019년 9월 9일
0 개 추천
There is no built-in function in MATLAB for solving systems of nonlinear equations using the Newton Raphson method.
The following MATLAB answers post provides a code that implements the Newton-Raphson 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!