Hello Chis,

I gave up full_simplify()  a long time ago ... and now I use my own "trick" 
to simplify symbolic equations : using factor().

For example, checking identities : 

x,y = var('x,y'); f1(x,y) = (x + y)^2 ; f2(x,y) = x^2 + 2*x*y + y^2 ; diff 
= (f1 - f2 + 1).factor(); print "diff = ",diff

if the result is "diff = 1" then f1 = f2, believing that the main work is 
done "off the scene" by symbolic modules.

Dominique.

-- 
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 https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to