Scilab

Hello!

Welcome again to my blog! Today we are going to play with an awesome program called Scilab .

First of all you need to know what is Scilab.

Scilab is an open source, cross-platform numerical computational package and a high-level, numerically oriented programming language. It can be used for signal processing, statistical analysis, image enhancement, fluid dynamics simulations, numerical optimization, and modeling, simulation of explicit and implicit dynamical systems and (if the corresponding toolbox is installed) symbolic manipulations (https://en.wikipedia.org/wiki/Scilab)

This is a small view of the program:

pro

It is a complex program, so, I’m going to write about the principal areas of the program and in fact the most common. Lets start!

First you need to open the program and when you do it you will see a console and in that place is where you are going to write all.

Common Operators

pro1

And the other common operators…

pro12

 

(4*atan(1) se usa para obtener PI)

And obvious you can mix it…

pro123

Vector and matrix

Define a column vector:

pro12345

Define a row vector:

pro123456

Define a matrix:

pro1234567

A little of programming!!!!!!!!!!!!!

Variables

In Scilab you can also asign a value to a variable…

pro1234

Functions

Now we know how to define variables and the next step is functions in where variables are used. 

This is an example of a function:

pro12345678

 

Graphic

An other cool tool that Scilab has is the option to create graphics. It isn’t hard and below I show you an example:

pro123456789

YOU CAN DO A LOT OF THINGS WITH THIS PROGRAM YOU CAN GET IT HERE FOR FREE!

I GET INFO FROM THIS PAGES ABOUT SCILAB:

PAGE 1

PAGE 2 

PAGE 3

REMEMBER TO PRACTICE AND FEEL FREE TO COMMENT!

SEE YOU IN MY NEXT POST!!!!😉

 

 

 

 

 

 

 

 

 

CC BY-SA 4.0 Scilab by sercho93 is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.