var('y', domain='real')
assume(y, 'real')


abs(exp(y*I)).simplify()
    1



abs(exp(1.1*y*I)).simplify()
    e^(1.1*I*y)


The last result is incorrect. It seems simplify() doesn't like
floating point?

-- 
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

Reply via email to