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 Comments

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

Sign in to comment.

Asked:

on 13 Nov 2018

Answered:

on 5 Dec 2019

Community Treasure Hunt

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

Start Hunting!