Newton Raphson on Matlab

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 Commenti

Torsten
Torsten il 14 Nov 2018
Make a google search "Newton-Raphson & MATLAB".
sam plant
sam plant il 14 Nov 2018
i've looked over this before but because of the sqrt's it keeps leaving me with complex numbers.
Torsten
Torsten il 15 Nov 2018
Modificato: Torsten il 15 Nov 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.

Accedi per commentare.

Richiesto:

il 13 Nov 2018

Risposto:

il 5 Dic 2019

Community Treasure Hunt

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

Start Hunting!

Translated by