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
James Tursa 2019년 9월 5일
What have you done so far? What specific problems are you having with your code?

댓글을 달려면 로그인하십시오.

답변 (2개)

Roshni Garnayak
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.

제품

질문:

2019년 9월 5일

답변:

2019년 12월 5일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by