home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / math / 15374 < prev    next >
Encoding:
Text File  |  1992-11-22  |  1.1 KB  |  30 lines

  1. Newsgroups: sci.math
  2. Path: sparky!uunet!noc.near.net!black.clarku.edu!black.clarku.edu!djoyce
  3. From: djoyce@black.clarku.edu (Dave Joyce)
  4. Subject: Re: Square root of a number
  5. Message-ID: <djoyce.722465491@black.clarku.edu>
  6. Organization: Clark University (Worcester, MA)
  7. References: <1992Nov15.194049.1@woods.ulowell.edu>
  8. Date: 22 Nov 92 20:51:31 GMT
  9. Lines: 19
  10.  
  11. In <1992Nov15.194049.1@woods.ulowell.edu> buxamusaa@woods.ulowell.edu writes:
  12.  
  13. >Please could someone help me with an assignment that I have to do.
  14. >It is a very general question, though the answer could be quite lengthy.
  15. >"Discuss methods for finding the square root of a number."
  16. >
  17. >What I am looking for are all possible methods/alogrithms for this.
  18.  
  19. One of the Old Babylonian methods was to interpolate the answer from a table
  20. of squares.  Another was to improve your guess by better guesses:
  21.  
  22. new guess = (1/2)( old guess + (number/old guess))
  23.  
  24. Accuracy grows very fast.
  25.  
  26. -- 
  27. David E. Joyce                Dept. Math. & Comp. Sci.
  28. Internet:  djoyce@black.clarku.edu    Clark University
  29. BITnet:    djoyce@clarku        Worcester, MA 01610-1477
  30.