35
Basic Calculations
Chapter 2
• Display Result Command (
^
^
^
^
^
)
When execution reaches the end of a statement followed by a display result com-
mand, execution stops and the result up to that point appears on the display. You
can resume execution by pressing the
w
key.
u
u
u
u
u
To use multistatements
Example
6.9
×
123 = 848.7
123
÷
3.2 = 38.4375
A
bcd
a
a
A
!W
[[
3
(:)
g.j*
a
A
!W
[
2
(
^
)
a
A/d.c
w
w
• Note that the final result of a multistatement is always displayed, regardless of
whether it ends with a display result command.
• You cannot construct a multistatement in which one statement directly uses the
result of the previous statement.
Example
123
×
456:
×
5
Invalid
k
k
k
k
k
Stacks
When the calculator performs a calculation, it temporarily stores certain information
in memory areas called a “stacks” where it can later recall the information when it is
necessary.
There are actually two stacks: a 10-level numeric stack and a 26-level command
stack. The following example shows how data is stored in the stacks.
A calculation can become so complex that it requires too much stack memory and
cause a stack error (Stk ERROR) when you try to execute it. If this happens, try
simplifying your calculation or breaking it down into separate parts. See “How to
Calculate Memory Usage” for details on how much memory is taken up by various
commands.
Intermediate result at point
where “
^
” is used.
Numeric stack
Command stack
P.36
Summary of Contents for fx-7400G PLUS
Page 7: ... fx 7400G PLUS ...
Page 14: ...xii Contents ...
Page 57: ...Differential Calculations Chapter 3 ...
Page 176: ...162 Chapter 8 Programming ...
Page 188: ...Chapter 9 Data Communications 174 ...
Page 199: ...185 1 2 3 4 5 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 200: ...186 Program for Circle and Tangents No 4 Step Key Operation Display 6 7 8 9 10 ...
Page 201: ...187 11 12 13 14 15 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 202: ...188 16 17 18 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 205: ...191 1 2 3 4 5 Program for Rotating a Figure No 5 Step Key Operation Display ...