
Copyright © 2006 Texas Instruments Incorporated 12
Examples
5th Exponentiation (^) and roots (xÑ).
Note: In Classic mode, exponentiation is
evaluated from left to right. The expression
2^3^2 is evaluated as (2^3)^2, with a result of
64.
In MathPrint™ mode, exponentiation is
evaluated from right to left. The expression
2^3^2 is evaluated as 2^(3^2), with a result of
512.
6th Negation (M).
7th Permutations (nPr) and combinations (nCr).
8th Multiplication, implied multiplication, division.
9th Addition and subtraction.
10th Conversions (n/d ¶Un/d, F¶D, 4DMS).
11th < completes all operations and closes all
open parentheses.
+ Q P M6 0 T 5 V M1 2 <
(M)1 T M 8 T 1 2 <
% b 9 T 16 <
( ) 4 V D 2 T 3 E <