Min 指令

来自GeoGebra Manual
跳转至: 导航搜索
Accessories dictionary.png
本页为官方文件,一般使用者无法修改,若有任何误谬,请与官方联络。如欲编辑,请至本页的开放版


Min[ <Number>, <Number> ]
UnderConstruction.png
目前本页中文说明尚未翻译完成,请先连至英文说明。如果您有权限,请帮忙翻译本页的官方手册
Min[ <List> ]
UnderConstruction.png
目前本页中文说明尚未翻译完成,请先连至英文说明。如果您有权限,请帮忙翻译本页的官方手册
Min[ <Interval> ]
UnderConstruction.png
目前本页中文说明尚未翻译完成,请先连至英文说明。如果您有权限,请帮忙翻译本页的官方手册
Min[ <Function>, <Start x-Value>, <End x-Value> ]
UnderConstruction.png
目前本页中文说明尚未翻译完成,请先连至英文说明。如果您有权限,请帮忙翻译本页的官方手册
Min[ <Number a>, <Number b> ]
Yields the minimum of the given numbers a and b.
范例:
Min[12, 15] yields 12.
Min[ <List of Numbers> ]
Yields the minimum of the numbers within the list.
范例:
Min[{-2, 12, -23, 17, 15}] yields -23.
备注: 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 have only one minimum point in the interval.
备注: See also Extremum Command and Function Inspector Tool.
Min[ <Interval> ]
Returns the lower bound of the interval, e.g. Min[2 < x < 3] returns 2. It is the same for open and closed intervals.

CAS Syntax

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