Hi,

I am surprised by  the output (9.8 and 10.1 Ubuntu):
var('A,B,C') factor((A-B)*(B-C)).list()
var('A,B,C') factor((A-B)*(B-C)).list()

    var('A,B,C')
    factor((A-B)*(B-C)).list()
    [-B^2 + B*C, B - C]

I expected [B - A, B - C]. Any explanation?

Kind regards,

Roland

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/1b489b70-84f6-41c3-bf2f-fe9ce34c1267n%40googlegroups.com.

Reply via email to