newton raphson method matlab

조회 수: 149 (최근 30일)
ray helou
ray helou 2019년 9월 5일
답변: Meysam Mahooti 2019년 12월 5일
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일
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.

Meysam Mahooti
Meysam Mahooti 2019년 12월 5일

카테고리

Help CenterFile Exchange에서 Newton-Raphson Method에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by