Waldek Hebisch
2018-10-22 13:55:24 UTC
I looked ate noncommutative factorization code and AFAICS
'xdpolyf1.spad' has serious problem. One example is:
(58) -> factor((x^2 - 2)*(y - 1)*(x - 1))
2 2 3 2
(58) [- 2 + 2 y + 2 x - 2 y x + x - x y - x + x y x]
Type: List(XDistributedPolynomial(OrderedVariableList([x,y,z,w,x1,x2,x3,x4,x5]),Integer))
that is '(x^2 - 2)*(y - 1)*(x - 1)' is treated as irreducible.
More generally, factorization via equation solving directly
gives absolute factorization, that is factorization over algebraic
closure of base field. To get factorization over base field
one needs to recombine factors. IIUC 'xdpolyf1.spad' tries
various tricks to avoid algebraic extentions, but this is
very unlikely to work in general.
'xdpolyf1.spad' has serious problem. One example is:
(58) -> factor((x^2 - 2)*(y - 1)*(x - 1))
2 2 3 2
(58) [- 2 + 2 y + 2 x - 2 y x + x - x y - x + x y x]
Type: List(XDistributedPolynomial(OrderedVariableList([x,y,z,w,x1,x2,x3,x4,x5]),Integer))
that is '(x^2 - 2)*(y - 1)*(x - 1)' is treated as irreducible.
More generally, factorization via equation solving directly
gives absolute factorization, that is factorization over algebraic
closure of base field. To get factorization over base field
one needs to recombine factors. IIUC 'xdpolyf1.spad' tries
various tricks to avoid algebraic extentions, but this is
very unlikely to work in general.
--
Waldek Hebisch
--
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+***@googlegroups.com.
To post to this group, send email to fricas-***@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.
Waldek Hebisch
--
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+***@googlegroups.com.
To post to this group, send email to fricas-***@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.