Here is a simple example:

sage: var('a,b,y')
(a, b, y)
sage: assume(a,'real')
sage: real_part(a)
real_part(a)
sage: assume(b,'real')
sage: real_part(b)
real_part(b)
sage: real_part(a+b*I)
real_part(a) - imag_part(b)

It seems that the 'real' assumption is completely ignored.

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

Reply via email to