Math, asked by jotsanad, 3 days ago

evaluate 1/sqrt(15) using the newton raphson method

Answers

Answered by GraceS
1

ʕ•ﻌ•ʔ\huge\bold\pink{hello!!!}ʕ•ﻌ•ʔ

HERE IS UR ANSWER

_____________________

refer attachment^^

  • AlgorithmTake a reasonable guess (approximate root) for the square root.
  • Add the approximate root with the original number divided by the approximate root and divide by 2.
  • x_i := (x_i + n / x_i) /2
  • Continue step 2 until the difference in the approximate root along the iterations is less than the desired value (or precision value).
  • The approximate root is the square root we want.

Attachments:
Similar questions