Difference between revisions of "MeanY Command"

From GeoGebra Kullanım Kılavuzu
Jump to: navigation, search
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
(command syntax: changed [ ] into ( ))
 
Line 2: Line 2:
 
; MeanY( <List of Points> )
 
; MeanY( <List of Points> )
 
: Calculates the mean of the ''y''-coordinates of the points in the list.
 
: Calculates the mean of the ''y''-coordinates of the points in the list.
:{{example|1=<code><nowiki>MeanY[{(0,0), (3,2), (5,1), (2,1), (2,4)}]</nowiki></code> yields ''1.6''}}
+
:{{example|1=<code><nowiki>MeanY({(0,0), (3,2), (5,1), (2,1), (2,4)})</nowiki></code> yields ''1.6''}}

Latest revision as of 09:54, 12 October 2017

© 2024 International GeoGebra Institute