Tuesday, 7 November 2017

                                              plot for ( x^3+3(x)^2+3x)

                       program:-

  1. clf();
  2. x=linspace(-1,1,50)
  3. y=x.^3+3.*(x.^2)+3.*x;
  4. plot(x,y,'r')
  5. xgrid(1);

                         output:-




this the output of above program

Monday, 6 November 2017

some important commands used in scilab

                                                         SOME COMMANDS  



  1. cd- change directory
  2. clear -for clear the computer memory related to scilab .
  3. pwd-to see path( print name of current working directory).
  4. ls- list all files in current directory .
  5. mkdir- make directory for our important files .
  6. cls- for clear the screen
  7. scf(2) - you have open a console of number 2
  8. scf(1)- you have open a console of number 1.
  9. // - it is used for writing commands .

Saturday, 4 November 2017

introduction to scilab

                                                     SCILAB 

Scilab is an open source, cross-platform numerical computational package and a high-level, numerically oriented programming language. ... Scilab is one of the two major open-source alternatives to MATLAB, the other one being GNU Octave.
Image result
Image result
Related image
Related image

Image result


THIS SOFTWARE IS USED TO MAKE 3D CURVES 2D CURVES AND MANY MORE FUNCTION 
THIS SOFTWARE IS VERY USEFUL FOR ENGINEERING STUDENTS 
BECAUSE IN MATHS , THIS SOFTWARE PLAYS A VITAL ROLE 
SO I WILL UPLOAD THE PROGRAMS HOW TO WRITE IT 
NOTE :-  THE PROCEDURE OF WRITTING A PROGRAM IN THIS SOFTWARE IS TOTALLT DIFFERENT FROM FROM WHEN WE WRITE ON TURBO C ++ ,DEV, ETC