Log in to edit a copy.
Download.
This page is rated 4.0.
Other published documents...
Ejemplos Limites
242 days ago by liliana.castanon@tecpabellon
limit ((3*x^2)+(4*x)+4, x=oo)
+Infinity
+Infinity
var('x') limit((x^2-25)/(x^2+2*x-15), x = -5)
5/4
5/4
var ('z') limit ((6-3*z+10*z^2)/(-2*z^4+7*z+1), z= 1)
13/6
13/6
var ('t') limit ((t-(3*t+4)^(1/2))/(4-t), t= 4)
-5/8
-5/8
var('x') limit(((x^2)-(7*x)+10)/((x^2)-25),x=5)
3/10
3/10