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
‘#WSQ13’ Articles at TC101 Fall 2015, Page 3
Introduction to Programming Python and C++

Tag Archives: #WSQ13

WSQ13

In this assignment I had to write a function to calculate the square root of a number using the Babylonian method. This page was really useful, I just had to translate it to python. The code is here.

WSQ13 -Babylonian Method

I search in some websites and videos to understand how to write the code. It explains very good how does it works. These are the website and video that helped me: http://www.cplusplus.com/forum/general/20118/ https://www.youtube.com/watch?v=sZmz7znP6x0 Here it is my code: https://github.com/Andreandc/TC1017/blob/master/WSQ13

WSQ13 -Babylonian Method

I search in some websites and videos to understand how to write the code. It explains very good how does it works. These are the website and video that helped me: http://www.cplusplus.com/forum/general/20118/ https://www.youtube.com/watch?v=sZmz7znP6x0 Here it is my code: https://github.com/Andreandc/TC1017/blob/master/WSQ13

WSQ13 -Babylonian Method

I search in some websites and videos to understand how to write the code. It explains very good how does it works. These are the website and video that helped me: http://www.cplusplus.com/forum/general/20118/ https://www.youtube.com/watch?v=sZmz7znP6x0 Here it is my code: https://github.com/Andreandc/TC1017/blob/master/WSQ13

WSQ13

THIS WSQ WAS LITTLE CONFUSING 🙁

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.

#WSQ13

For this wsq I had to ask Sam to help me out with the code ’cause I really had no idea what to do, well almost not a clue. After she explained it to me I decided to keep it almost the same way she had made hers. Here’s the code: https://github.com/A01154027/TC101/blob/master/WSQ13.cpp  

#WSQ13

Hey there! For this wsq, we where ask to make a program that will calculate the square root of a number using the Babylonian method.
It was no difficult once you search what does this method means, here is a link that might help you : http://www.geeksf…

Babylonian method

Here is my code for the babylonian method
https://github.com/dianagdv/TC101/blob/master/WSQ13

WSQ13

This is a cool WSQ, in fact this was one of my favorites. Why? Because at first it was hard, nevertheless I did it! Honestly, it took me around two hours to finish this WSQ. Any way, here is my code: https://github.com/OctavioIRG/TC1017/commit/a2fc843ad2b3ba057b40c4b2f2becaebdf9f12f5 I thought it would be cool to show the user how the babilonian […]

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).