[sage-support] Re: Problem with simplify

2009-09-02 Thread Golam Mortuza Hossain
On Sep 1, 11:35 pm, Mani chandra wrote: > Mani chandra wrote: > sage: x = a + I*b > sage: real(x.conjugate().simplify()) > real_part(a) + imag_part(b) > sage: real(x.conjugate()) > real_part(a) - imag_part(b) > > Something definately seems to be wrong here. Yes, you are absolutely correct. Th

[sage-support] Re: Problem with simplify

2009-09-01 Thread Mani chandra
Mani chandra wrote: > 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 b