If I do

var('a')
assume(a, 'real')

I would like to have the imaginary part returned as zero. However

imag(a)

returns imag(a), as though it is a symbol, I believe, because
typing imag(a) returns  <type 'sage.symbolic.expression.Expression'>.

To be consistent with the assumption, though, I think that iimag(a)
should return zero.

Can anyone comment?

Jeff Webb

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