Difference between revisions of "Limit Command"

From GeoGebra Manual
Jump to: navigation, search
(Autogenerated from properties)
Line 1: Line 1:
 
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
{{command|function}}
 
{{command|function}}
;Limit[ <expression>, <variable>, <value or Infinity> ]
+
;Limit[ <Function f>, <Value or Infinity> ]
:{{description}}
+
:Computes [[w:Limit_of_a_function|limit]] of function ''f'' for given value of function variable (may be infinity).
;Limit[ <expression>, <variable>, <value or Infinity>, <direction Left or Right> ]
+
==CAS Specific syntaxes==
:{{description}}
+
Following syntaxes are available only in [[CAS View]].
 +
;Limit[ <Expression f>, <Variable v>, <Value or Infinity t> ]
 +
:Computes limit of multivariate function ''f'' for ''v=t''.
 +
;Limit[ <Expression f>, <Variable v>, <Value or Infinity t>, <Direction Left or Right> ]
 +
:Computes left or right limit (depending on last parameter) of multivariate function ''f'' for ''v=t''.
 +
{{description}}

Revision as of 22:15, 3 May 2011



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

CAS Specific syntaxes

Following syntaxes are available only in CAS View.

Limit[ <Expression f>, <Variable v>, <Value or Infinity t> ]
Computes limit of multivariate function f for v=t.
Limit[ <Expression f>, <Variable v>, <Value or Infinity t>, <Direction Left or Right> ]
Computes left or right limit (depending on last parameter) of multivariate function f for v=t.


© 2024 International GeoGebra Institute