[sage-support] Re: simplifying an expression involving complex domain

2014-10-03 Thread Peter Bruin
Hello, Somebody just complained about this on gitter (https://gitter.im/sagemath/cloud): The simplify command is completely ignoring that the variable is supposed to be complex: ``` t = var('t', domain='complex') (conjugate(t)*t).simplify() ``` outputs `t^2`. This

[sage-support] Re: simplifying an expression involving complex domain

2014-10-02 Thread William A Stein
On Thu, Oct 2, 2014 at 11:06 AM, William A Stein wst...@uw.edu wrote: Somebody just complained about this on gitter (https://gitter.im/sagemath/cloud): The simplify command is completely ignoring that the variable is supposed to be complex: ``` t = var('t', domain='complex')