HP 39gs Graphing Calculator Manual de usuario Pagina 211

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 314
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 210
Lists 16-7
CONCAT(L1,L2). An argument can be either a list
variable name (such as L1) or the actual list. For
example, REVERSE({1,2,3}).
If Decimal Mark in Modes is set to Comma, use
periods to separate arguments. For example,
CONCAT(L1.L2).
Common operators like +, –, ×, and / can take lists as
arguments. If there are two arguments and both are lists,
then the lists must have the same length, since the
calculation pairs the elements. If there are two arguments
and one is a real number, then the calculation pairs the
number with each element of the list.
Example
5*{1,2,3} returns {5,10,15}.
Besides the common operators that can take numbers,
matrices, or lists as arguments, there are commands that
can only operate on lists.
CONCAT Concatenates two lists into a new list.
CONCAT(list1,list2)
Example
CONCAT({1,2,3},{4}) returns {1,2,3,4}.
Δ
LIST Creates a new list composed of the first differences, that
is, the differences between the sequential elements in
list1. The new list has one fewer elements than list1. The
first differences for {x
1
x
2
... x
n
} are {x
2
–x
1
... x
n
–x
n–1
}.
ΔLIST(list1)
HP 39gs English.book Page 7 Wednesday, December 7, 2005 11:24 PM
Vista de pagina 210
1 2 ... 206 207 208 209 210 211 212 213 214 215 216 ... 313 314

Comentarios a estos manuales

Sin comentarios