Gettin back into blogging
I just leave this here, in case I start blogging again with, you know, sports, school, and stuff right. Anyway, talk to you soon
I just leave this here, in case I start blogging again with, you know, sports, school, and stuff right. Anyway, talk to you soon
I did make a video so here is it. THANK YOU!
First you must watch this tutorial video It is really helpful. For the download click here: http://www.scilab.org/download/latest Something that makes sense to me, is that MathLab and SciLab are kind of similar programs that could help programers to do their stuff. For me it’s just a really great program that works for programers like wolfram alpha. It … More WSQ14 – Scilab
This quiz in fact, it’s one of the things I do on physics class. Here are the instructions: “Create a function called dot_product that receives two lists of numbers (say list1 and list2). The function returns what is the dot product of the two lists. For full marks, if the lists are not the same size, … More Quiz 7
This blog post it’s a little late. But that doesn’t mean I didn’t do it on time. LOL The answers to the Exam 2 are all on my GitHub account. All of them are the same of some of the past quizzes. So, enjoy them. Question 1 – LINK Question 2 – LINK Question 3 … More WSQ13 – Exam2
My partner in this assignment was Miguel Sandoval. At first we were discussing about what to do for the final project. But he gave the idea of doing one project from another year of the same course of TC101. So we actually look at this page of a year ago, from the TC101 Winter 2015 group. … More FINAL PROJECT – SUDOKU
This page can help you to understand this assignment. We needed to create a program that asks the user for a word which will be your search word and the name of a file to open and search for that word. Then create a function that will receive two parameters (both string) representing those two … More WSQ12 (The Good One)
This one is not finished yet, because it doesn’t read the file line by line. So I still need to work on this.
In this quiz, you needed to create a program which give you de Greatest Common Divisor between 2 numbers that you’ll provide. This is possible using Euclid’s algorithm. Just by following the Euclid’s algorithm, you can built the code and it really works. But one of the thing that I add is, that if the numbers … More Quiz 6
We needed to create a program that asks the user for two pieces of data: The lower bound of the sequence The upper bound of the sequence Then you check the values from the lower bound (inclusive) to the upper bound (inclusive) and make a report of them. During the analysis of each number, if … More Yo Soy 196