On Sep 1, 11:35 pm, Mani chandra <mchan...@iitk.ac.in> 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. This is happening because by default
maxima is treating variables as real.
I just filed a bug-report
http://trac.sagemath.org/sage_trac/ticket/6862
I will forward your example to sage-devel.
Best
Golam
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---