92
List Function
Chapter 6
k
k
k
k
k
Performing Scientific Function Calculations Using a List
Lists can be used just as numeric values are in scientific function calculations. When
the calculation produces a list as a result, the list is stored in Ans Memory.
41
Example 1
To use List 3
65
to perform sin (List 3)
22
Use radians as the angle unit
s
K
1
(LIST)
1
(List)
d
w
–0.158
The resulting list
0.8268
is stored in Ans Memory.
–8E
–3
In place of the
1
(List)
d
operation in the above procedure, you could input
!
{
eb,gf,cc
!
}
.
1
4
Example 2
To use List 1
2
and List 2
5
to perform List 1
List 2
3
6
List1
M
List2
w
This creates a list with the results of 1
4
, 2
5
, 3
6
.
1
The resulting list
32
is stored in Ans Memory.
729
Содержание 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 ...