34
Basic Calculations
Chapter 2
k
k
k
k
k
Calculation Priority Sequence
The calculation priority sequence is the order that the calculator performs opera-
tions. Note the following rules about calculation priority sequence.
• Expressions contained in parentheses are performed first.
• When two or more expressions have the same priority, they are executed from
right to left.
Example
2 + 3
!
(log sin2
"
2
+ 6.8) = 22.07101691 (angle unit = Rad)
The following is a complete list of operations in the sequence they are performed.
1. Coordinate transformation: (Pol (
x
,
y
), Rec (
r
,
%
); differential calculations:
d
/
dx
(;
List: Fill, Seq, Min, Max, Mean, Median, SortA, SortD
2. Type A functions (value input followed by function):
x
2
,
x
–1
,
x
!
sexagesimal input:
°
’ ”
3. Powers: ^ (
x
y
); roots:
x
4. Fraction input:
a
b
/
c
5. Multiplication operations where the multiplication sign before
"
or a variable is
omitted: 2
"
; 5A; 3sin
x
; etc.
6. Type B functions (function followed by value input):
,
3
, log, In,
e
x
, 10
x
, sin, cos, tan, sin
–1
, cos
–1
, tan
–1
, (–), Dim, Sum
7. Multiplication operations where the multiplication sign before a scientific func-
tion is omitted: 2 3; Alog2; etc.
8. Permutation:
n
P
r
; combination:
n
C
r
9. Multiplication; division; integer division; remainder division
10. Addition; subtraction
11. Relational operators: =,
G
G
G
G
G
, >, <,
&
,
'
k
k
k
k
k
Using Multistatements
Multistatements are formed by connecting a number of individual statements for
sequential execution. You can use multistatements in manual calculations and in
programmed calculations. There are two different ways that you can use to connect
statements to form multistatements.
• Colon (:)
Statements that are connected with colons are executed from left to right, without
stopping.
1
2
3
4
5
6
Summary of Contents for fx-7400G
Page 46: ...Differential Calculations Chapter 3 ...
Page 164: ...161 1 2 3 4 5 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 165: ...162 Program for Circle and Tangents No 4 Step Key Operation Display 6 7 8 9 10 ...
Page 166: ...163 11 12 13 14 15 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 167: ...164 16 17 18 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 170: ...167 1 2 3 4 5 Program for Rotating a Figure No 5 Step Key Operation Display ...