최솟값 명령

GeoGebra Manual
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
Min( <List> )
Returns 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 this command considers the numbers associated with those objects. If you have a list of segments for example, the command Min( <List> ) will yield the minimum segment length.
Min( <Interval> )
Returns the lower bound of the interval.
예: Min(2 < x < 3) yields 2 .
노트: Open and closed intervals are not distinguished.
Min( <Number>, <Number> )
Returns the minimum of the two given numbers.
예: Min(12, 15) yields 12.
Min( <Function>, <Start x-Value>, <End x-Value> )
Calculates (numerically) the local minimum point for function in the given interval. Function should be continuous and have only one local minimum point in the interval.
노트: For polynomials you should use the Extremum Command.
예: Min(exp(x) x^3,-4,-2) creates the point (-3, -1.34425) .
Min( <List of Data>, <List of Frequencies> )
Returns the minimum of the list of data with corresponding frequencies.
예: Min({1, 2, 3, 4, 5}, {0, 3, 4, 2, 3}) yields 2, the lowest number of the first list whose frequency is greater than 0.
노트:
© 2024 International GeoGebra Institute