Newton Raphson on Matlab

11 visualizaciones (últimos 30 días)
sam plant
sam plant el 13 de Nov. de 2018
Respondida: Meysam Mahooti el 5 de Dic. de 2019
Gven the equation 1/sqrt(x) + 2log(A/rt(x) + b) with A and b constants.
i want to differentiate and then solve using newton raphson with a given initial value, any help would be largely appreciated!
  3 comentarios
sam plant
sam plant el 14 de Nov. de 2018
i've looked over this before but because of the sqrt's it keeps leaving me with complex numbers.
Torsten
Torsten el 15 de Nov. de 2018
Editada: Torsten el 15 de Nov. de 2018
Then substitute x=y^2 in your equation and thus solve 1/abs(y)+2log(A/rt(y^2)+b) =0 with A and b constants.

Iniciar sesión para comentar.

Respuestas (2)

KSSV
KSSV el 14 de Nov. de 2018
  1 comentario
sam plant
sam plant el 14 de Nov. de 2018
i've looked over this before but because of the sqrt's it keeps leaving me with complex numbers.

Iniciar sesión para comentar.


Meysam Mahooti
Meysam Mahooti el 5 de Dic. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by