Min Command

From GeoGebra Manual
Revision as of 21:35, 9 March 2013 by Zbynek (talk | contribs) (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Jump to: navigation, search



Min[ <Number a>, <Number b> ]
Gives the minimum of the given numbers a and b.
Example:
Min[12, 15] yields 12.
Min[ <List of Numbers> ]
Gives the minimum of the numbers within the list.
Example:
Min[{-2, 12, -23, 17, 15}] yields -23.
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 (numerically) the minimum point for function in the given interval. Function should be continuous and have only one minimum point in the interval.
Min[ <Interval> ]
Gives the lower bound of the interval.
Example:
Min[2 < x < 3] yields 2 .
Note: Opened and closed intervals are not distinguished.

CAS Syntax

Min[ <Number a>, <Number b> ]
Gives the minimum of the given numbers a and b.
Example:
Min[12, 15] yields 12.
Min[ <List of Numbers> ]
Gives the minimum of the numbers within the list.
Example:
Min[{-2, 12, -23, 17, 15}] yields -23.
© 2024 International GeoGebra Institute