Tag Archives: #WSQ13

WSQ13

Babylonian Method

WSQ13

Babylonian Method


THE LINK THAT REDIRECTS YOU TO THE PROGRAM FILE ON GITHUB  IS BELOW 

#WSQ13

Here it is the babylonian method 

program: https://github.com/Julio1229898/Ken-Work/blob/master/babylo.py

‘mBack  

#TC1017 #WSQ13 Babylonian Method

Babylonian Method

For this work I take reference the following link..

http://es.wikipedia.org/wiki/Cálculo_de_la_ra%C3%ADz_cuadrada#Algoritmo_babil.C3.B3nico

This link helped me to understand the procedure :D!!!

Here is to Github:

https://github.com/alejcbgmz/WSQ-s-Ale-Jcb-Gmz/blob/master/WSQ13.cpp

 It’s not as complicated as it seems

Babylonian Method

Check out my code for

Babylonian Method – C++

Babylonian Method - C++

Hi, there. In this WSQ was pretty easy to do it. I found this useful information where is complete explain how to do the babylonian method. Here’s the link to the information (Spanish), and here the link to my code at GitHub.

The programm running and code below:

Babylonian Method

– Babylonian Method                                                                                              @PablO_CVi

In this assignment you will write a function to calculate the square root of a number using the Babylonian method. You can search for that method, it will be easy to find.

My code: https://github.com/PablOCVi/WSQ/blob/master/WSQ13.py

#WSQ13

Hello, I have donde this wsq which is about the babylonic method, so there already an algoritm established to calculated te square root, which is a loops.

I found the algoritm of this method in wikipedia: Cálculo de la raíz cuadrada      http://es.wikipedia.org/wiki/C%C3%A1lculo_de_la_ra%C3%ADz_cuadrada#Algoritmo_babil.C3.B3nico and that is how I helped me, but in reality you only need to undestand the algoritm and after that ask the value to the user.

I made it in a funtion:

 

my code is here:

https://www.dropbox.com/s/anqg9m9utqyy2fm/wsq13.cpp?dl=0

baby

Babylonians were the first ones who figured out how to obtain the square root of a number by a series of repetitions, here is a program that will obtain the square roote of a number by the babylonian method, the first link is to help you know more about the history of this method, and the second one is the program:

HISTORY: http://mathlesstraveled.com/2009/05/18/square-roots-with-pencil-and-paper-the-babylonian-method/

PROGRAM: https://github.com/diegoplascencia/baby/blob/master/wsq13.cpp

WSQ13

WSQ13

Github code link

WSQ13