Difference between revisions of "Function Command"

From GeoGebra Manual
Jump to: navigation, search
(added v4)
Line 1: Line 1:
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
{{command|function}}
 
{{command|function}}
 
; 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''].  
 
; 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''].  

Revision as of 12:02, 13 February 2011


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, e.g.
    f(x) = If[-1 < x && x < 1, x²].
  • 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