Module 1 : Introductory Programming
Chapter 8 : Some Useful Public Domain Softwares
 
We will discuss the other useful commands in the corresponding sections in this chapter.
Scilab can be used as a scientific calculator. Look at the following information.

-->a=2 ; b= 3; c=8;
--> a * b *c
-->ans =
48.
-->sum(1:10)
-->ans =
55.
-->prod(1:10)
-->ans  =
3628800.
-->sqrt(456)
-->ans =
21.354157
-->x = sin(30)
-->x =
- 0.9880316 //(value radians)