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()
>> > ```
>>
> 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
On Thu, Oct 2, 2014 at 11:06 AM, William A Stein 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')
> (conjugate(t)*t).sim