
*
**
• Operations of the same precedence are performed from right to left. exIn 120 → ex{In(
120)}
•Other operations are performed from left to right.
•Operations enclosed in parentheses are performed first.
•When a calculation contains an argument that is a negative number, the negative number must be enclosed within parentheses. The negative sign
Example: (
kStacks
This calculator uses memory areas, called “stacks,” to temporarily store values (numeric stack) and commands (com- mand stack) according to their precedence during calcu- lations. The numeric stack has 10 levels and the command stack has 24 levels. A stack error (Stack ERROR) occurs whenever you try to perform a calculation that is so complex that the capacity of a stack is exceeded.
•Matrix calculations use up to two levels of the matrix stack. Squaring a matrix, cubing a matrix, or inverting a matrix uses one stack level.
•Example:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
| 2 | 3 |
|
| 4 | 5 |
|
| |||||
1 | 2 | 3 | 4 | 5 | 6 |
| 7 |
|
|
| |||||||
| Numeric Stack |
| Command Stack | ||||||||||||||
|
| 1 |
|
| 2 |
|
|
|
|
|
| 1 |
|
| |||
|
| 2 |
|
| 3 |
|
|
|
|
|
| 2 |
|
|
| ||
|
| 3 |
|
| 4 |
|
|
|
|
|
| 3 |
|
|
| ||
|
| 4 |
|
| 5 |
|
|
|
|
|
| 4 |
|
| |||
|
| 5 |
|
| 4 |
|
|
|
|
|
| 5 |
|
| |||
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35