The 'List' Group Of Functions; Concat - HP 39g Master Manual

Graphing calculator
Hide thumbs Also See for 39g:
Table of Contents

Advertisement

T
h
e
'
C
o
n
s
t
a
n
t
'
T
h
e
'
C
o
n
s
t
a
n
t
'
These 'functions' consist of a set of commonly
occurring constants.
Two of them, MAXREAL and MINREAL are
mainly of use to programmers except for an
important influence on the evaluation of limits
(see page 88). They consist, respectively, of
the largest and smallest numbers with which
the calculator is capable of dealing, and are there for use by programmers as
a check to ensure that calculations within a program have not overflowed the
capacity of the calculator.
The other three, π , i , and e, are far more easily obtained via the keyboard.
The first, π , is available via a key on the face of the calculator above the 3
key. The other two , i & e, are easily obtained as lowercase letters via the
ALPHA key, pressing SHIFT first to get lowercase.
T
h
e
'
L
i
s
t
'
g
r
o
u
p
T
h
e
'
L
i
s
t
'
g
r
o
u

CONCAT(

{list})
This function concatenates two lists -
appending one on to the end of the other in the
order that you specify.
Eg.
L1={2,5,-2,10,3.75}
L2={1,2,3,4,5}
CONCAT(L1,L2)= {2,5,-2,10,3.75,1,2,3,4,5}
CONCAT(L1,{5}) L1 would add another element of value 5 onto the
end of list L1, storing the resulting longer list back into L1.
g
r
o
u
p
o
f
f
u
n
c
t
g
r
o
u
p
o
f
f
u
n
c
t
o
f
f
u
n
c
t
i
o
n
s
p
o
f
f
u
n
c
t
i
o
n
s
i
o
n
s
i
o
n
s
265

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

40g39g+

Table of Contents