Function Command

From GeoGebra Manual
Revision as of 22:21, 14 January 2011 by Zbynek (talk | contribs) (1 revision)
Jump to: navigation, search


Function[Function f, Number a, Number b]
Yields a function graph, that is equal to f on the interval [a, b] and not defined outside of [a, b].
Note:
  • This command should be used only to restrict the display interval of a function. To restrict the function’s domain, create a conditional function with the If command.
  • Example: f(x) = Function[x^2, -1, 1] produces a function equal to x2 whose graph appears only in the interval [-1, 1]. However, while g(x) = 2 f(x) will produce the function g(x) = 2 x2 as expected, this function is not restricted to the interval [-1, 1].
© 2024 International GeoGebra Institute