[sage-support] Re: real part incorrectly simplified away

2011-01-31 Thread Jeff
On Feb 1, 12:01 pm, Burcin Erocal wrote: > On Mon, 31 Jan 2011 14:19:51 -0800 (PST) > > Michael Beeson wrote: > > It seems that var('z') makes sage think z is real. > > > simplify(real(z))      returns z  and simplify(imag(z)) returns 0. > > This is #6862 on trac: > > http://trac.sagemath.org/sag

Re: [sage-support] Re: real part incorrectly simplified away

2011-01-31 Thread Burcin Erocal
On Mon, 31 Jan 2011 14:19:51 -0800 (PST) Michael Beeson wrote: > It seems that var('z') makes sage think z is real. > > simplify(real(z)) returns z and simplify(imag(z)) returns 0. This is #6862 on trac: http://trac.sagemath.org/sage_trac/ticket/6862 It's one of the major bugs remaining

[sage-support] Re: real part incorrectly simplified away

2011-01-31 Thread Michael Beeson
It seems that var('z') makes sage think z is real. simplify(real(z)) returns z and simplify(imag(z)) returns 0. -- 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,