Which version of Sage are you using? And on which platform?

On Sunday, April 3, 2022 at 10:44:59 AM UTC+5:30 a.simpl...@gmail.com wrote:

> 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/6654dda9-a440-4ad9-af92-9c41a1ebe390n%40googlegroups.com.

Reply via email to