newton raphson method matlab

119 visualizaciones (últimos 30 días)
ray helou
ray helou el 5 de Sept. de 2019
Respondida: Meysam Mahooti el 5 de Dic. de 2019
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 comentario
James Tursa
James Tursa el 5 de Sept. de 2019
What have you done so far? What specific problems are you having with your code?

Iniciar sesión para comentar.

Respuestas (2)

Roshni Garnayak
Roshni Garnayak el 9 de Sept. de 2019
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 el 5 de Dic. de 2019

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by