Hi Waldek, Did you change anything in Factored?
As far as I remember (and a very old FriCAS form 2011 that I still have around confirms this), there was no automatic factorization in (3). I thought this was deliberate, because factorization costs time and (2) and (3) might only be intermediate operations. Honestly, I'm not decided whether this is good or bad. Ralf (1) -> p: Factored(Polynomial Integer) := (x-1)^2*(x+1) 2 (1) (x - 1) (x + 1) Type: Factored(Polynomial(Integer)) (2) -> q :=p+1 3 2 (2) x - x - x + 2 Type: Factored(Polynomial(Integer)) (3) -> q-1 2 (3) (x - 1) (x + 1) Type: Factored(Polynomial(Integer)) -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to fricas-devel+unsubscr...@googlegroups.com. To post to this group, send email to fricas-devel@googlegroups.com. Visit this group at http://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.