#TC1017

First of all thanks for everything Ken. The course is designed for people who want to learn by their own will, and that you as a student are devoted to spend your free time looking for new ways to learn the mastery topics and you will benefit the most if you are an organized person. … Continue reading #TC1017

#WSQ13-Playing with scilab!

scilab is Scilab is a free and open source software for numerical computation providing a powerful computing environment for engineering and scientific applications this definition was taken from the site itself (Scilab) and as an open source software it has it's own language where you learn for later use (Scilab for Beginners).

#WSQ12-E

In this wsq we had to estimat e and decide how mine decimals, for estimating e you might wanna check out this site Estimating e and Pi and I based my code by studying savhprograming

#WSQ10-Babylonian Method

We were asked to find the square root if a given number but using the Babylonian Method,the previous link takes you to a website that explains detailed after detailed such method. In this wsq I used a while because of the babylonian method requires it.