[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference rusure::math

Title:Mathematics at DEC
Moderator:RUSURE::EDP
Created:Mon Feb 03 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2083
Total number of notes:14613

1899.0. "Square root algorithm" by ROCK::MAST () Fri Sep 30 1994 16:51

    Does anyone know a simple algorithm that can be used to calculate
    square roots by hand? I remember learning one when I was in high
    school. It's a fairly simple procedure that looks something like long
    division and can be taken out to as many decimal places as required.
    I've been looking in a number of texts, and can't seem to find it
    anywhere.
T.RTitleUserPersonal
Name
DateLines
1899.1Newton-RaphsonHERON::BLOMBERGTrapped inside the universeMon Oct 03 1994 06:534
    
    Newton-Raphson to calculate sqrt(c):
    
    x(n+1) = 0.5*(x(n) + c/x(n))
1899.2Try 1052.1IOSG::TEFNUT::carlinDick Carlin IOSG ReadingMon Oct 03 1994 07:451