HP Prime Graphing Wireless Calculator Manual de usuario Pagina 558

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 701
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 557
Intersect
Returns the list of the elements common to two lists.
INTERSECT({1,2,3,4}, {1,3,5,7}) returns {1,3}
Make List
Calculates a sequence of elements for a new list using the syntax:
MAKELIST(expression,variable,begin,end,increment)
Evaluates expression with respect to variable, as variable takes on values from begin to end values, taken at
increment steps.
Example:
In Home, generate a series of squares from 23 to 27:
Select List. Select Make List (or MAKELIST)
23 27 1
Sort
Sorts the elements in a list in ascending order.
SORT(list)
Example:
SORT({2,5,3}) returns {2,3,5}
510 Chapter 25 Lists
Vista de pagina 557
1 2 ... 553 554 555 556 557 558 559 560 561 562 563 ... 700 701

Comentarios a estos manuales

Sin comentarios