2-2-5

Basic Calculations

Calculation Priority Sequence

Your ClassPad automatically performs calculations in the following sequence. Commands with parentheses (sin(, diff(, etc.)

Factorials (x!), degree specifications (o, r ), percents (%)Powers

Π, memory, and variable multiplication operations that omit the multiplication sign (2Π, 5A, etc.)

Command with parentheses multiplication operations that omit the multiplication sign (2 3, etc.)

σ, ÷

+, –, (–)

Relational operators (=, ξ, <, >, , ) andor, xor with ( )

Example: 2 + 3 σ (log (sin(2Π2)) + 6.8) = 22.07101691 (In Algebra mode, Decimal mode, Radian mode.)

Tip

Expressions in parentheses are given priority.

In cases where a series of calculations in the same expression includes more than one of the

operators through that are the same priority sequence level, the same level operations are

performed from left to right. A series of power calculations

(example: 5^2^3) is performed from

right to left (5^(2^3)).

 

20060301