Programming Guide

20050401
5. Press bw.
6. Enter the STAT mode to confirm that TABLE mode column Y1 has been copied to List 1.
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 ListAns Memory.
41
Example To use List 3
65
to perform sin (List 3)
22
Use radians as the angle unit.
sK1(LIST)1(List)dw
ā€“0.158
The resulting list 0.8268 is stored in ListAns Memory.
ā€“8Eā€“3
In place of the K1(LIST)1(List)d operation in the above procedure, you could input
!*( { ) eb,gf,cc!/( } ).
14
Example To use List 1 2 and List 2 5 to perform List 1
List 2
36
This creates a list with the results of 1
4
, 2
5
, 3
6
.
K1(LIST)1(List)bM1(List)cw
1
The resulting list 32 is stored in ListAns Memory.
729
3-3-5
Arithmetic Calculations Using Lists