Difference between revisions of "Mode Command"

From GeoGebra Manual
Jump to: navigation, search
(create official page from pdf)
m (1 revision)
(No difference)

Revision as of 23:21, 14 January 2011


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