Difference between revisions of "Mean Command"

From GeoGebra Manual
Jump to: navigation, search
Line 5: Line 5:
 
; MeanY[List of Points]: Calculates the mean of the ''y''-coordinates of the points in the list.
 
; MeanY[List of Points]: Calculates the mean of the ''y''-coordinates of the points in the list.
 
==CAS Syntax==
 
==CAS Syntax==
 +
In [[CAS View]] only following syntax is supported:
 +
; Mean[List of Numbers]: Calculates the mean of the list elements.
 +
 +
{{example|1=<code>Mean[{1,2,3,5,44}]</code> yields ''11''.}}

Revision as of 13:33, 8 August 2011


Mean[List of Numbers]
Calculates the mean of the list elements.
MeanX[List of Points]
Calculates the mean of the x-coordinates of the points in the list.
MeanY[List of Points]
Calculates the mean of the y-coordinates of the points in the list.

CAS Syntax

In CAS View only following syntax is supported:

Mean[List of Numbers]
Calculates the mean of the list elements.
Example: Mean[{1,2,3,5,44}] yields 11.
© 2024 International GeoGebra Institute