Newton Raphson on Matlab

조회 수: 2 (최근 30일)
sam plant
sam plant 2018년 11월 13일
답변: Meysam Mahooti 2019년 12월 5일
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
sam plant
sam plant 2018년 11월 14일
i've looked over this before but because of the sqrt's it keeps leaving me with complex numbers.
Torsten
Torsten 2018년 11월 15일
편집: Torsten 2018년 11월 15일
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.

댓글을 달려면 로그인하십시오.

답변 (2개)

KSSV
KSSV 2018년 11월 14일
  댓글 수: 1
sam plant
sam plant 2018년 11월 14일
i've looked over this before but because of the sqrt's it keeps leaving me with complex numbers.

댓글을 달려면 로그인하십시오.


Meysam Mahooti
Meysam Mahooti 2019년 12월 5일

카테고리

Help CenterFile Exchange에서 Newton-Raphson Method에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by