함수 명령

GeoGebra Manual
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
Function( <List of Numbers> )
Yields the following function: The first two numbers determine the start x-value and the end x-value. The rest of the numbers are the y-values of the function in between in equal distances.
예:
  • Function[{2, 4, 0, 1, 0, 1, 0}] yields a triangular wave between x = 2 and x = 4.
  • Function[{-3, 3, 0, 1, 2, 3, 4, 5}] yields a linear equation with slope = 1 between x = -3 and x = 3.
Function( <Expression>, <Parameter Variable 1>, <Start Value>, <End Value>, <Parameter Variable 2>, <Start Value>, <End Value> )
Restricts the visualization of the representative surface of a function of two variables in 3D space.
예:
The expression a(x, y) = x + 0y creates a function of two variables, whose graph in 3D space is the plane z = a(x, y) = x.
Function[u, u, 0, 3, v, 0, 2] creates the function of two variables b(u, v) = u, whose graph in 3D space is the rectangle Polygon[(0, 0, 0), (3, 0, 3), (3, 2, 3), (0, 2, 0)] contained in plane z = a(x,y) = x.
© 2024 International GeoGebra Institute