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

  1. Newsgroups: sci.math
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!news.unomaha.edu!news.mtholyoke.edu!nic.umass.edu!news.amherst.edu!mkrogers
  3. From: mkrogers@unix.amherst.edu (MICHAEL K ROGERS)
  4. Subject: Re: Square root of a number
  5. Message-ID: <BxxCKs.G2u@unix.amherst.edu>
  6. Sender: news@unix.amherst.edu (No News is Good News)
  7. Nntp-Posting-Host: amhux3.amherst.edu
  8. Organization: Amherst College
  9. X-Newsreader: TIN [version 1.1 PL7]
  10. References: <1992Nov18.142932.25808@schaefer.math.wisc.edu>
  11. Distribution: na
  12. Date: Wed, 18 Nov 1992 18:26:52 GMT
  13. Lines: 16
  14.  
  15. Carl Douglas Mueller (mueller@schaefer.math.wisc.edu) wrote:
  16. : >In article <1992Nov15.194049.1@woods.ulowell.edu> buxamusaa@woods.ulowell.edu writes:
  17. : >>Please could someone help me with an assignment that I have to do.
  18. : >>It is a very general question, though the answer could be quite lengthy.
  19. : >>"Discuss methods for finding the square root of a number."
  20. : >>What I am looking for are all possible methods/alogrithms for this.
  21. :                             ^^^^^^^^^^^^^^^^^^^^
  22. : There are MANY methods.  For example to find the square root of x.
  23. : 1) Pick a random number r.
  24. : 2) Compute r*r.  
  25. : 3) if r*r <> x goto 1.
  26. : (OK, so this isn't an efficient method.  It is a method.   :-)  )
  27.  
  28. It is not a method that works.  I would call it an impossible method.
  29.