sage: var('x y z p q A B C')
sage: solve((A + p^B),p)

results in:

...
TypeError: ECL says: Maxima asks: Is B an integer?


Shouldn't it result in:

[p = (-A)^(1/p)]


Jonathan


-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to