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 commentaires

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

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by