On Aug 5, 11:00 am, kcrisman <kcris...@gmail.com> wrote:
> On Aug 5, 9:40 am, kcrisman <kcris...@gmail.com> wrote:
>
>
>
>
>
> > On Aug 5, 8:58 am, kcrisman <kcris...@gmail.com> wrote:
>
> > > Thanks, Maik, for this report.  Yes, our Maxima conversion seems to be
> > > at fault.
>
> > > sage: var('y')
> > > y
> > > sage: (y==x).log()
> > > log(y == x)
> > > sage: (y==x).log().simplify() # just sends to Maxima and back to Sage
> > > log(y) == log(x)
> > > sage: (y==x).exp()
> > > e^(y == x)
> > > sage: (y==x).exp().simplify() # just sends to Maxima and back to Sage
> > > <boom>

This is now http://trac.sagemath.org/sage_trac/ticket/11651.

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

Reply via email to