2.2 Numerical Values
2.2.1 Constants and Other Stuff
variable - a symbol used to represent a quantity that will change, often represented with a lower case symbol
greek letters are often used for variables and constants
The constants listed are some of the main ones, other values can be derived through calculation.
2.2.2 Factorial
A compact representation of a series of increasing multiples.
2.2.3 Significant Figures
- when doing multiplying the results should will (generally) have the same number of significant figures as the least significant number.
In computation the standard is to keep all of the digits, but the final answer should be rounded to the correct number of significant figures
Based upon the accuracy of most measuring instruments, and the ability to specify components, most engineering calculations will have 3-6 significant figures. Do not use all of the digits produced by computer/calculator unless all of the digits can be justified.
2.2.4 Scientific and Engineering Notations
In scientific notation one digit is ahead of the decimal, and all other values follow the decimal. The exponent is adjusted accordingly.
Engineering notation is similar to scientific notation, but the exponent is always a multiple of 3 so that it corresponds to magnitude multipliers (i.e., micro, milli, kilo, mega).
The current version of Scilab does not seem to support engineering notation.