ParseToFunction Command

From GeoGebra Manual
Revision as of 10:19, 21 July 2013 by Mathmum (talk | contribs) (added link to ParseToNumber)
Jump to: navigation, search



ParseToFunction[ <Function>, <String> ]
Parses the string and stores the result to a function f, which must be defined and free before the command is used.
Example: Define f(x) = 3x² + 2 and text1 = "f(x) = 3x + 1". ParseToFunction[f(x), text1] returns f(x) = 3x + 1.
Note: See also ParseToNumber command.
© 2024 International GeoGebra Institute