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

Tag Archives: #Batman

Calculate e.

Hello. In this WSQ I had to calculate the e number of a value, here is the full instruction: “In this assignment you will estimate the mathematical constant e. You should create a function called calculuate_e which receives one parameter… Continue Reading →

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 →

PROJECT ADVANCE! STAGE 2 AND 3.

For stage 2 and 3 of the final project I got into the research of how to make the program using the library in Ubuntu and well, it was quite easy, now the challenge will be to start writing the… Continue Reading →

Euclids Algorithm

In this WSQ I had to write a code in which I could use the already known Euclids Algorithm to find the Greatest Common Divisior of two numbers that will be asked to the user. Euclids Algorithm: The Euclidean algorithm… Continue Reading →

Quiz #11

In this quiz we had to write 2 programs which do the following: Question 1:  Write a function called calculateE that receives a single float parameter accuracy and calculates the value of e using using sufficient terms (ie: there are… Continue Reading →

Bonus Points!

So, our teacher told us that if we wanted some bonus points for our final grade we had to answer the ECOA, which is a survey about the student’s opinion about our teachers.

WSQ15 – Images

Hi everyone this WSQ15 was very funny because I really want to make this kind of stuff like a mini program, this WSQ might get difficult if you don’t understand what are you going to do and how? For this I recommend the following link for all of you who have doubts (like I was):…
Continue reading

Preparing the environment. (Final Project Week #1)

For the first week making the final project my team partner Eduardo Maciel and I decided that we will prepare an IDE in which we will use Linux Ubuntu as our Operative System and we already downloaded the ImageMagick Library… Continue Reading →

WSQ13 – Babylonian Method

This time I came with the Babylonian Method, this was a simple task but it required to think a little bit, so I’m going to show you my code, also some pages that help me. https://en.wikipedia.org/wiki/Methods_of_computing_square_roots http://mathlesstraveled.com/2009/05/18/square-roots-with-pencil-and-paper-the-babylonian-method/

Final project

Hello, If you’re reading this, we haven’t done anything yet. Here’s our code: As I told you, there’s nothing here We´re still trying to install Magick++, therefore, we’ll write the code to process any image and edit it.

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