On Monday, June 1, 2015 at 7:53:18 PM UTC-5, kcrisman wrote:
>
>  I wonder if anyone else has any ideas here?
>

sympy, too, finds the limit despite not recognizing the identity:
 

%python

​from sympy import *

x = symbols('x')

expr = 27**(log(x,3)/x**3)

expr, limit(expr, x, oo)

>>> (27**(log(x)/(x**3*log(3))), 1)


Steve

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to