Lists 187
Lists in the Home view
You can enter and operate on lists directly in the Home
view. The lists you work on in the Home view can be
named or not.
1. Enter the list on the edit line. Start and end the list
with braces (the shifted
qandrkeys) and
separate each element with a comma.
2. Press
Eto evaluate and display the list.
Immediately after typing in the list, you can store it in
a variable by pressing listname
E. The list
variable names are L0 through L9.
This example stores the
list {25,147,8} in L1.
To display a list To display a list in the Home view, type its name and
pressE.
To display one
element
To display one element of a list in the Home view, enter
listname (element# ). For example, if L2 is {3,4,5,6}, then
L2(2)
E
returns 4.
To store one
element
To store a value in one element of a list in the Home view,
enter value listname (element# ). For example, to
store 148 as the second element in L2, type
148 L2(2)
E
.
To transmit a list You can send lists to another calculator or a PC just as
you can apps, programs, matrices, and notes. To send
lists between two HP 39gII calculators:
1. Connect the two HP 39gII calculators with the micro-
USB cable provided with the calculators and turn
both calculators on.
2. Open the List catalog on the sending calculator.
3. Highlight the list to send.