Difference between revisions of "LimitAbove 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}}
 
;LimitAbove[ <Function>, <Value> ]
 
;LimitAbove[ <Function>, <Value> ]
 
:Returns right [[w:Limit of a function#One-sided limits|one-sided limit]] of the function for given value of variable.
 
:Returns right [[w:Limit of a function#One-sided limits|one-sided limit]] of the function for given value of variable.

Revision as of 12:49, 10 September 2011



LimitAbove[ <Function>, <Value> ]
Returns right one-sided limit of the function for given value of variable.

CAS Syntax

LimitAbove[ <Expression f>, <Value t> ]
Computes the right one-sided limit of the function f for the given value t.
Example:
LimitAbove[1 / x, 0] yields \infty .
LimitAbove[ <Expression f>, <Variable v>, <Value t> ]
Computes the right one-sided limit of the multivariate function f for the given value t of the given variable v.
Example:
LimitAbove[1 / a, a, 0] yields \infty .
Note:
© 2024 International GeoGebra Institute