Difference between revisions of "Max Command"

From GeoGebra Manual
Jump to: navigation, search
m
m (fixed formatting)
Line 4: Line 4:
 
; Max[List of Numbers]: Yields the maximum of the numbers within the list.
 
; Max[List of Numbers]: Yields the maximum of the numbers within the list.
 
{{Note| If the input consists of non-numeric objects, then Max[] considers the numbers associated with those objects.  For example, Max[List of Segments] will yield the maximum segment length.}}
 
{{Note| If the input consists of non-numeric objects, then Max[] considers the numbers associated with those objects.  For example, Max[List of Segments] will yield the maximum segment length.}}
;Max[ <Function>, <left-x>, <right-x> ]
+
;Max[ Function, left-x, right-x ]
 
:Calculates the maximum point for function in the given interval. Function should only have on maximum point in the interval.  
 
:Calculates the maximum point for function in the given interval. Function should only have on maximum point in the interval.  
 
{{Note|See also [[Extremum Command]] and [[Function Inspector Tool]].}}
 
{{Note|See also [[Extremum Command]] and [[Function Inspector Tool]].}}
;Max[ <Interval > ]
+
;Max[ Interval ]
 
:Returns the upper bound of the interval, e.g. <code>Max[2<x<3]</code> returns 3. It is the same for open and closed intervals.
 
:Returns the upper bound of the interval, e.g. <code>Max[2<x<3]</code> returns 3. It is the same for open and closed intervals.

Revision as of 17:25, 8 May 2011


Max[Number a, Number b]
Yields the maximum of the given numbers a and b.
Max[List of Numbers]
Yields the maximum of the numbers within the list.
Note: If the input consists of non-numeric objects, then Max[] considers the numbers associated with those objects. For example, Max[List of Segments] will yield the maximum segment length.
Max[ Function, left-x, right-x ]
Calculates the maximum point for function in the given interval. Function should only have on maximum point in the interval.
Max[ Interval ]
Returns the upper bound of the interval, e.g. Max[2<x<3] returns 3. It is the same for open and closed intervals.
© 2024 International GeoGebra Institute