
1. Create the list on the entry line.
2.
Press to move the cursor outside the list.
3.
Tap .
4. Enter the name:
7
5.
Complete the operation: .
To display a list
To display a list in Home view, type its name and press .
If the list is empty, a pair of empty braces is returned.
To display one element
To display one element of a list in Home view, enter listname (element#). For example, if L6 is {3,4,5,6}, then
L6(2) returns 4.
To store one element
To store a value in one element of a list in Home view, enter value listname (element#). For
example, to store 148 as the second element in L2, type
148 L2(2) .
List references
Suppose L1:={5, "abcde", {1,2,3,4,5}, 11}. L1(1) returns 5 and L1(2) returns "abcde". L1(2, 4) returns
100 (the ASCII code for d) and
L1(2,4,1) returns "d". L1({2,4}) returns {"abcde", {1,2,3,4,5},11},
extracting a sublist of all the elements from 2 through 4.
To send a list
You can send lists to another calculator or a PC just as you can apps, programs, matrices, and notes.
508 Chapter 25 Lists
Komentarze do niniejszej Instrukcji