HP Prime Graphing Wireless Calculator Manuel d'utilisateur Page 558

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 701
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 557
1 2 ... 553 554 555 556 557 558 559 560 561 562 563 ... 700 701

Commentaires sur ces manuels

Pas de commentaire