Difference between revisions of "Limit Command"

From GeoGebra Manual
Jump to: navigation, search
Line 6: Line 6:
 
;Limit[ <Expression f>, <Variable v>, <Value t> ]
 
;Limit[ <Expression f>, <Variable v>, <Value t> ]
 
:Computes limit of multivariate function ''f'' for ''v=t''.
 
:Computes limit of multivariate function ''f'' for ''v=t''.
:{{Example|1=<code><nowiki>Limit[a sin(v)/v, v, 0 ]</nowiki></code>  returns a .}}
+
:{{example|1=<div><code><nowiki>Limit[a sin(v)/v, v, 0 ]</nowiki></code>  yields ''a'' .</div>}}
{{Note|See also [[Asymptote Command]], [[LimitAbove Command]] and [[LimitBelow Command]].}}
+
{{note|See also [[Asymptote Command]], [[LimitAbove Command]] and [[LimitBelow Command]].}}

Revision as of 12:58, 18 August 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>, <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