(%i2) f( x) : =( x ^ 2 + 2 * x - 1) /(( x - 1) * exp( x)) ;
wxplot2d( f( x),[ x, - 4, 4]) ;
(%o1) f ( x ) := x 2 + 2 x 1 ( x 1 ) exp ( x ) plot2d: expression evaluates to non-numeric value somewhere in plotting range. (%t2)  (Gráficos)
(%o2)
(%i3) limit( f( x), x, 0) ;
(%o3) 1
(%i4) limit( f( x), x, 1, minus) ;
(%o4)
(%i5) limit( f( x), x, 1, plus) ;
(%o5)
(%i6) limit( f( x), x, inf) ;
(%o6) 0
(%i7) limit( f( x), x, - inf) ;
(%o7)

Created with wxMaxima.