Difference between revisions of "Mode Command"

From GeoGebra Manual
Jump to: navigation, search
m (make-up: spacing)
Line 3: Line 3:
 
; Mode[List of Numbers]: Determines the mode(s) of the list elements.
 
; Mode[List of Numbers]: Determines the mode(s) of the list elements.
 
: {{Example|1=<br/>
 
: {{Example|1=<br/>
:* <code>Mode[{1,2,3,4}]</code> returns an empty list ''{}''.
+
:* <code>Mode[{1, 2, 3, 4}]</code> returns an empty list ''{}''.
:* <code>Mode[{1,1,1,2,3,4}]</code> returns the list ''{1}'' .
+
:* <code>Mode[{1, 1, 1, 2, 3, 4}]</code> returns the list ''{1}'' .
:* <code>Mode[{1,1,2,2,3,3,4}]</code> returns the list ''{1, 2, 3}''.}}
+
:* <code>Mode[{1, 1, 2, 2, 3, 3, 4}]</code> returns the list ''{1, 2, 3}''.}}

Revision as of 10:10, 8 August 2012


Mode[List of Numbers]
Determines the mode(s) of the list elements.
Example:
  • 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