FormulaText Command

From GeoGebra Manual
Revision as of 11:02, 3 October 2017 by Mathmum (talk | contribs) (command syntax: changed [ ] into ( ))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


FormulaText( <Object> )
Returns the formula for the object as a LaTeX text.
Example:
Let a = 2 and f(x) = a x2. FormulaText(f) returns 2 x2 (as a LaTeX text).
Note: 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).
Example:
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).
Example:
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