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 4
Introduction to Programming Python and C++

Tag Archives: #WSQ13

WSQ 13

This is about the Babylonian method of calculating a square root of some number, sorry i did get the code from another source but anyway: First, ask for the value “n” and declare a function. Use the parameter x and eps which is a really small number. “R” is the same value as “x”, a […]

Babylonian method

I can’t believe the semester is almost over… Time flies, right? I remember when I was starting WSQ01, now I just finished WSQ13! It was not that hard. I had some syntax errors but I could fixed them in a second. Here’s my code: https://github.com/mferflores/Babylonian/blob/master/Square%20root

#WSQ13 – A01631728 – HOMEWORK

I learned almost all on internet so this one was easy haha GitHub code:  https://github.com/luisduartepalacios/WSQ13/blob/master/WSQ13.cpp

WSQ13

Esta es una tarea facil, tuve un pequeño problema cuando lo hice porque no entendia bien en que consistía que tuviera que divir entre dos cada numero pero después entendí que así va a ser más exacto el numero por el cual se va sacar su raíz. aqui esta mi codigo https://github.com/marinaruelas/WSQ/blob/master/wsq13

WSQ13!!

They say we must celebrte every single success in our lives. And this is one!! After a sucky week, and feeling like a potato trying to pass its first semester I got to write this program and make it work the first time. THE VERY FIRST!!! Yes, I’m very excited. I’m going to finish my semester gracefully. Amen.

Link to my code; https://github.com/VanessaBaeza17/WSQ13/blob/master/CODE

 

#WSQ13

One of the easiest WSQ in this course, in only one thing that was hard to understand was how the …

Continue reading

#WSQ13 – Babylonian Method

Hey this is about getting the square root with the babylonian method. At first, I didn´t even know what was this so, I searched on the internet and watched this video that helped me a lot. https://www.youtube.com/watch?v=9BvTRoXag0w It took a while to get this work finished beacuse I wasn´t doing the loop correctly but here it is…  https://github.com/ricardonewton/TC101/blob/master/Babylonian

 

WSQ13

Se trata de usar el metodo babilonico para encontrar una raíz cuadrada inexacta el lugar donde encontré la forma mas clara de hacerlo es en http://pensamiento-matematico.blogspot.mx/2013/05/metodo-babilonico-de-resolucion-de.html y en este video aunque la explicación empieza hasta el minuto 2 lo demás es una intro de los babilonios les puede servir aquí esta el link  http://pensamiento-matematico.blogspot.mx/2013/05/metodo-babilonico-de-resolucion-de.html Mi código… Read More WSQ13

#WSQ13

Babylonian Method This WSQ was easy, it’s just about understanding the Babylonian Method… I read about this method in this website: http://www.buenastareas.com/ensayos/Obtenci%C3%B3n-De-La-Ra%C3%ADz-Cuadrada-De/2607277.HTML Picture taken from: http://homeworkz.info/wp-content/uploads/2013/07/img_heron-square-root.jpg And here my code uploaded to github: https://github.com/manuelgodm/TC101/blob/master/BabylonianMethod.cpp

WSQ13: Those Babylonians are crazy

The babylonian method to get the sqare root of any number, yes, the one that takes an estimation, usually dividing the number by two, and then it takes the original number and add it to the estimation, then the result is divided by two, and … Continúa leyendo WSQ13: Those Babylonians are crazy

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