Skip to content

Instantly share code, notes, and snippets.

@jochasinga
Created November 19, 2018 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jochasinga/132cb1731fdf0b5d45293bc41d540730 to your computer and use it in GitHub Desktop.
Save jochasinga/132cb1731fdf0b5d45293bc41d540730 to your computer and use it in GitHub Desktop.
Table demonstrating Newton's square root method derivation
Guess Quotient Average
1 2/1 = 2 (2 + 1)/2 = 1.5
1.5 2/1.5 = 1.3333 1.3333 + 1.5/2 = 1.4167
1.4167 2/1.4167 = 1.4118 (1.4167 + 1.4118)/2 = 1.4142
1.4142 ... ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment