Difference between revisions of "Min Command"

From GeoGebra Manual
Jump to: navigation, search
Line 4: Line 4:
 
; Min[List of Numbers]: Yields the minimum of the numbers within the list.
 
; Min[List of Numbers]: Yields the minimum of the numbers within the list.
 
{{Note|If the input consists of non-numeric objects, then Min[] considers the numbers associated with those objects.  For example, Min[List of Segments] will yield the minimum segment length.}}
 
{{Note|If the input consists of non-numeric objects, then Min[] considers the numbers associated with those objects.  For example, Min[List of Segments] will yield the minimum segment length.}}
 +
;Min[ <Function>, <left-x>, <right-x> ]
 +
:Calculates the minimum point for function in the given interval.
 +
Function should only have one minimum point in the interval.

Revision as of 13:13, 1 March 2011


Min[Number a, Number b]
Yields the minimum of the given numbers a and b.
Min[List of Numbers]
Yields the minimum of the numbers within the list.
Note: If the input consists of non-numeric objects, then Min[] considers the numbers associated with those objects. For example, Min[List of Segments] will yield the minimum segment length.
Min[ <Function>, <left-x>, <right-x> ]
Calculates the minimum point for function in the given interval.

Function should only have one minimum point in the interval.

© 2024 International GeoGebra Institute