Definition: The Function command in GeoGebra is used for defining a function on an interval.

GeoGebra InterActivity - Function[tan(x),-pi/2,pi/2]

This browser does not have a Java Plug-in.
Get the latest Java Plug-in here.

GeoGebra Syntax: Function[ <Function>, <Start x-Value>, <End x-Value> ]
Function[Function, 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 in order to display functions in a certain interval.

Example: f(x) = Function[x^2, -1, 1] gives you the graph of function x2 in the interval [-1, 1]. If you then type in g(x) = 2 f(x) you will get the function g(x) = 2x^2 , but this function is not restricted to the interval [-1, 1].


 Up one level


Page last modified on February 02, 2010, at 11:14 PM