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