수식 명령

GeoGebra Manual
Mathcare (토론 | 기여)님의 2020년 6월 28일 (일) 20:02 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
FormulaText( <Object> )
Returns the formula for the object as a LaTeX text.
예:
Let a = 2 and f(x) = a x2. FormulaText(f) returns 2 x2 (as a LaTeX text).
노트: By default, values are substituted for variables.
FormulaText( <Object>, <Boolean for Substitution of Variables> )
Returns the formula for the object as LaTeX text. The Boolean variable determines if values are substituted for variables (true) or if variable names are shown in the text (false).
예:
Let a = 2 and f(x) = a x2.
FormulaText(f, true) returns 2 x2 (as a LaTeX text).
FormulaText(f, false) returns a x2 (as a LaTeX text).
FormulaText( <Object>, <Boolean for Substitution of Variables>, <Boolean Show Name> )
Returns the formula for the object as LaTeX text. The first Boolean variable determines if values are substituted for variables (true) or if variable names are shown in the text (false), the second Boolean variable determines if the object name is shown in the text (true) or not (false).
예:
Let a = 2 and f(x) = a x2.
FormulaText(f, true, true) returns f(x) = 2 x2 (as a LaTeX text).
FormulaText(f, false, false) returns a x2 (as a LaTeX text).
© 2024 International GeoGebra Institute