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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/10/01 14:27
Read: times


 
#15599 - RE: square root (8751)
Sum of odd integers
Starting with 1, add up sequential odd integers and the sum will always be a perfect square and the number of integers added will be the square root. Ex. 1 + 3 + 5 + 7 = 16. Number of integers = 4.
With the speed of todays cpu's it should not be difficult to write a small repetative subtration routine. There are ways of extending the process to as many decimal places as you wish, but it does get a little more involved.
This was the method used by the first electronic calculators back in the 60's.

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