The following code

> var("z y z")
> f = (x-y)^2*(y-z)*(z-x) + (y-z)^2*(z-x)*(x-y) + (z-x)^2*(x-y)*(y-z)
> f.expand()

outputs 0.
But
> f.factor()
simply prints the original formula (x-y)^2...

Maybe something is wrong?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/08e0a0ea-b259-49d9-9ab3-98f11e942baan%40googlegroups.com.

Reply via email to