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
[[
2
(:)
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
Содержание fx-7400G
Страница 46: ...Differential Calculations Chapter 3 ...
Страница 164: ...161 1 2 3 4 5 Program for Circle and Tangents No 4 Step Key Operation Display ...
Страница 165: ...162 Program for Circle and Tangents No 4 Step Key Operation Display 6 7 8 9 10 ...
Страница 166: ...163 11 12 13 14 15 Program for Circle and Tangents No 4 Step Key Operation Display ...
Страница 167: ...164 16 17 18 Program for Circle and Tangents No 4 Step Key Operation Display ...
Страница 170: ...167 1 2 3 4 5 Program for Rotating a Figure No 5 Step Key Operation Display ...