Mode Command

From GeoGebra Manual
Revision as of 16:16, 7 October 2017 by Zbynek (talk | contribs) (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
Jump to: navigation, search


Mode( <List of Numbers> )
Determines the mode(s) of the list elements.
Examples:
  • Mode[{1, 2, 3, 4}] returns an empty list {}.
  • Mode[{1, 1, 1, 2, 3, 4}] returns the list {1} .
  • Mode[{1, 1, 2, 2, 3, 3, 4}] returns the list {1, 2, 3}.
© 2024 International GeoGebra Institute