![](/images/new-backgrounds/1315973/315973205x1.webp)
Chapter 7
Operations with lists
Lists are a type of calculator’s object that can be useful for data processing. This chapter presents examples of operations with lists. To get started with the examples in this Chapter, we use the Approximate mode (See Chapter 1).
Creating and storing lists
To create a list in ALG mode, first enter the braces key „ä, then type or enter the elements of the list, separating them with commas (‚í). The following keystrokes will enter the list {1.,2.,3.,4.} and store it into variable L1.
„ä1.‚í2.‚í3.‚í4.
™K~l1`
Entering the same list in RPN mode requires the following keystrokes:
„ä1.#2.#3.#4.`
³~l1`K
Operations with lists of numbers
To demonstrate operations with lists of numbers enter and store the following lists in the corresponding variables.
L2 = | L3 = |
Changing sign
The
.
Page