Function Command

From GeoGebra Manual
Revision as of 15:40, 17 January 2014 by Murkle (talk | contribs) (remove deprecated syntax Function[ <Function>, <Start x-Value>, <End x-Value> ])
Jump to: navigation, search




Function[ <List of Numbers> ]
Yields the following function: The first two numbers determine the start x-value and the end x-value. The rest of the numbers are the y-values of the function in between in equal distances.
Example:
  • Function[{2, 4, 0, 1, 0, 1, 0}] yields a triangular wave between x = 2 and x = 4.
  • Function[{-3, 3, 0, 1, 2, 3, 4, 5}] yields a linear equation with slope = 1 between x = -3 and x = 3.
Note: This command does not work with Tools / Macros. Use the If command as above.


© 2024 International GeoGebra Institute