190
Lists
Example:
In Home, generate a series of squares from 23 to 27.
b
7 3
A
A
jo
A
A
o
23
o
27
o
1
mE
Π
LIST
Calculates the product of all elements in list.
Π
LIST(
list
)
Example:
Π
LIST({2,3,4})
returns
24
.
POS
Returns the position of an element within a list. The
element
can be a value, a variable, or an expression. If
there is more than one instance of the element, the
position of the first occurrence is returned. A value of 0 is
returned if there is no occurrence of the specified element.
POS(
list, element
)
Example:
POS ({3,7,12,19},12)
returns
3
REVERSE
Creates a list by reversing the order of the elements in a
list.
REVERSE(
list
)
Example:
REVERSE({1,2,3})
returns
{3,2,1}
SIZE
Calculates the number of elements in a list.
SIZE(
list
)
Also works with matrices.
Example:
SIZE({1,2,3})
returns
3
Содержание 39gII
Страница 1: ...HP 39gII graphing calculator user s guide Edition1 Part Number NW249 90001 ...
Страница 2: ...Printing History Edition 1 November 201 1 ...
Страница 32: ...22 Getting started ...
Страница 58: ...48 Apps and their views ...
Страница 70: ...60 Function app ...
Страница 80: ...70 Solve app ...
Страница 132: ...122 Parametric app your own table and the split screen functionality available in the Function app ...
Страница 136: ...126 Polar app ...
Страница 140: ...130 Sequence app ...
Страница 148: ...138 Finance app ...
Страница 152: ...142 Linear Solver app ...
Страница 218: ...208 Matrices ...
Страница 226: ...216 Notes and Info ...
Страница 238: ...228 Variables and memory management ...
Страница 318: ...308 Programming ...
Страница 340: ...330 Reference information ...
Страница 346: ...vi Product Regulatory Information ...