suivant:
Rewriting transcendental and trigonometric
monter:
Limits
précédent:
Limites : limit
Table des matières
Index
Integral and limit
Just two examples :
Find the limit, when
a
approachs +
, of :
dx
Input :
limit(integrate(1/(x
^
2),x,2,a),a,+(infinity))
Output (if
a
is not formal then input
purge(a)
) :
1/2
Find the limit, when
a
approachs +
, of :
(
+ ln(
))
dx
Input :
limit(integrate(x/(x
^
2-1)+log((x+1)/(x-1)),x,2,a),
a,+(infinity))
Output (if
a
is not formal then input
purge(a)
) :
+(infinity)
giac
documentation written by Renée De Graeve and Bernard Parisse