This is not a bug, because x can be any complex number :

sage: x=CDF(4+2*I)   
sage: abs(sin(x))**2
13.7268664349
sage: sin(x)**2     
2.48667440045 + 13.4997523143*I


Le jeudi 14 février 2013 16:21:29 UTC+1, Julius a écrit :
>
> I think (abs(sin(x))^2).simplify_full() should render sin(x)^2. This is 
> not the case in sage 5.6 even with the assumption assume(x, 'real'). Is 
> this a [known] bug?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to