Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/20/00 02:54
Read: times


 
#6606 - RE: square root (8751)
The link below gives a good description of Newton's Method and shows a bit code development as well.

http://www.cs.wustl.edu/~kjg/cs101/Notes
/SquareRoot/sqrt.html

You might use a look up table to identify the first estimate of the root, and thereby reduce the number of iterations.



List of 10 messages in thread
TopicAuthorDate
square root (8751)            01/01/70 00:00      
RE: square root (8751)            01/01/70 00:00      
RE: square root (8751)            01/01/70 00:00      
RE: square root (8751)            01/01/70 00:00      
RE: square root (8751)            01/01/70 00:00      
RE: square root (8751)            01/01/70 00:00      
RE: square root (8751)            01/01/70 00:00      
RE: square root (8751)            01/01/70 00:00      
RE: square root (8751)            01/01/70 00:00      
RE: square root (8751)            01/01/70 00:00      

Back to Subject List