Difference between revisions of "Limit Command"

From GeoGebra Manual
Jump to: navigation, search
m (Bot: Automated text replacement (-{{command +{{command|cas=true))
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
{{command|function}}
+
{{command|cas=true|function}}
 
;Limit[ <Function f>, <Value t> ]
 
;Limit[ <Function f>, <Value t> ]
 
:Computes [[w:Limit_of_a_function|limit]] of function ''f'' for given value of function variable (may be infinity).
 
:Computes [[w:Limit_of_a_function|limit]] of function ''f'' for given value of function variable (may be infinity).

Revision as of 13:49, 10 September 2011



Limit[ <Function f>, <Value t> ]
Computes limit of function f for given value of function variable (may be infinity).

CAS Syntax

Limit[ <Expression f>, <Value t> ]
Computes the limit of function f for x = t.
Example:
Limit[a sin(x)/x, 0] yields a .
Limit[ <Expression f>, <Variable v>, <Value t> ]
Computes limit of multivariate function f for v = t.
Example:
Limit[a sin(v)/v, v, 0] yields a .
© 2024 International GeoGebra Institute