Hi,

    There seems to be some issue with "simplify" when used in the 
following manner:

sage: var('x, a, b')
(x, a, b)
sage: x = a + I*b
sage: x.conjugate()
conjugate(a) - I*conjugate(b)
sage: x.conjugate().simplify()
a - I*b

Aren't (a, b) complex by default?, then why is SAGE giving out a - I*b 
when I say  x.conjugate().simplify() but conjugate(a) - I*conjugate(b) 
when only x.conjugate() is called?

Thanks,
Mani chandra

--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to