On Thu, Aug 01, 2013 at 05:32:29PM +0300, Georgi Guninski wrote:
> probably this is the same:
> (rhs - lhs).full_simplify()
> returns zero for wrong stuff.
> 
>

.full_simplify() appears better than bool:
sage: ex=a*a-a
sage: ex.full_simplify()
a^2 - a
sage: (sqrt(a)^2-a).full_simplify()
0

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


Reply via email to