281
kk
kk
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 1 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 1 (List) d operation in the above procedure, you could input
!{ eb,gf,cc!}.
14
Example 2 To use List 1 2 and List 2 5 to perform List 1
List 2
36
List1MList2w
This creates a list with the results of 1
4
, 2
5
, 3
6
.
1
The resulting list
32 is stored in ListAns Memory.
729
Arithmetic Calculations Using Lists 17 - 4