Lists
189
Example:
CONCAT({1,2,3},{4})
returns
{1,2,3,4}
.
Δ
LIST
Creates a new list composed of the first differences of a
list, that is, the differences between the sequential
elements in the list. The new list has one less element than
the original list. The first differences for
{x
1
,
x
2
,
x
3
,.
.. x
n-1
,
x
n
}
are
{x
2
–x
1
, x
3
–x
2
,... x
n
–x
n–1
}
.
Δ
LIST(
list1
)
Example:
In Home, store {3,5,8,12,17,23} in L5 and find the first
differences for the list.
HS
{3,5,8,12,17,23
S
}
A
L 5
E
b
7 2
A
L 5
E
MAKELIST
Calculates a sequence of elements for a new list.
Evaluates
expression
with respect to
variable,
as
variable
takes on values from
begin
to
end
values, taken at
increment
steps.
MAKELIST(
expression
,
variable
,
begin
,
end
,
increment
)
The
MAKELIST
function generates a sequence by
automatically producing a list from the repeated
evaluation of an expression.
Summary of Contents for 39gII
Page 1: ...HP 39gII graphing calculator user s guide Edition1 Part Number NW249 90001 ...
Page 2: ...Printing History Edition 1 November 201 1 ...
Page 32: ...22 Getting started ...
Page 58: ...48 Apps and their views ...
Page 70: ...60 Function app ...
Page 80: ...70 Solve app ...
Page 136: ...126 Polar app ...
Page 140: ...130 Sequence app ...
Page 148: ...138 Finance app ...
Page 152: ...142 Linear Solver app ...
Page 218: ...208 Matrices ...
Page 226: ...216 Notes and Info ...
Page 238: ...228 Variables and memory management ...
Page 318: ...308 Programming ...
Page 340: ...330 Reference information ...
Page 346: ...vi Product Regulatory Information ...