I'm currently finding that I trip up / get confused on the phrasing of problems or the syntax of the math used.
The problem I'm working on currently is worded as :

I'm getting confused almost immediately when going through this text, as follows.
The number whose square root you want to obtain is divided by the initial guess and is then added to the value of guess. This intermediate result is then divided by 2.
So say I want to find the square root of the number 400. It's said already that the initial guess is 1 so...
divide 400 by 1 (the initial guess) = 400.
and is then added to the value of guess
So I have a separate variable to the initial guess called guess, or that the initial guess is guess and the result is added to this variable?
This intermediate result is then divided by 2
I'm not sure what is referred to by this intermediate result either... the division or the addition?
I'm sure this is very basic, but it just doesn't make sense to me! If anyone could walk me through it a bit that'd be ace.

New Topic/Question
Reply


MultiQuote





|