I just came across that while sage: (y == x).log().simplify_exp() log(y) == log(x)
works fine log's inverse function doesn't sage: (y == x).exp().simplify_exp() ERROR: An unexpected error occurred while tokenizing input ... TypeError: unable to make sense of Maxima expression 'e^(y=x)' in Sage Is this a bug? -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
