Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152
‘Babylonian Method’ Articles at TC101 Fall 2015
Introduction to Programming Python and C++

Tag Archives: Babylonian Method

Babylonian Method for Square root

Hello there, welcome again! In this WSQ #13 we had to write a program which do the following: “The function should receive a number and return floating point number. Obviously you should test your function, so create a main program… Continue Reading →

Jason VoorheesThe calculation of square roots with the…

Disneyworld, Orlando

Jason Voorhees

The calculation of square roots with the Babylonian Method is quite interesting and demonstrates the awesomness of math. You can check out how this method works here. 

For this WSQ, I used this webpage as a guide.

And you can check out my code here.

What should you work on?

Week #12 and more partial exams for you.

For this week's readings:
C++ (TC1017) should either be looking at support for your project, ImageMagick C++ libraries are a good start.
Python (TC1014) should be finishing chapter 11 (Dictionaries).