Given a function
. If the independent variable
takes on
any series of values such that
Here is an example of a limit using Sage:
[fontsize=\scriptsize,fontfamily=courier,fontshape=tt,frame=single,label=\sage] sage: limit((x^2+1)/(2+x+3*x^2),x=infinity) 1/3
This tells us that
.