다항식 명령

GeoGebra Manual
Mathcare (토론 | 기여)님의 2020년 6월 28일 (일) 19:38 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
Polynomial( <Function> )
Yields the expanded polynomial function.
예: Polynomial((x - 3)^2) yields x2 - 6x + 9.
Polynomial( <List of Points> )
Creates the interpolation polynomial of degree n-1 through the given n points.
예: Polynomial({(1, 1), (2, 3), (3, 6)}) yields 0.5 x2 + 0.5 x.

CAS Syntax

Polynomial( <Function> )
Expands the function and writes it as a polynomial in x (grouping the coefficients).
예: Polynomial((x - 3)^2 + (a + x)^2) yields 2 x2 + (2a - 6) x + a2 + 9.
Polynomial( <Function>, <Variable> )
Expands the function and writes it as a polynomial in the variable (grouping the coefficients).
예: Polynomial((x - 3)^2 + (a + x)^2, a) yields a2 + 2 x a + 2 x2 - 6 x + 9.
© 2024 International GeoGebra Institute