The bug can be verified by following codes:
(%i144) pc: a*x^3+b*x^2*y+c*x*y^2+d*y^3+e;
(%o144) d*y^3+c*x*y^2+b*x^2*y+a*x^3+e
(%i145) cont2part(pc, [x, y]);
(%o145) [[a,3,0],[b,2,1],[c,2,1],[d,3,0],[e,0,0]]
(%i146) part2cont(%o145, [x, y]);
(%o146) c*x^2*y+b*x^2*y+d*x^3+a*x^3+e
Although the initial polynomial is bivariate in nature, the outcome of the part2cont function's operation is a polynomial in a single variable.
Sorry, build info as follows
Last edit: dao 2024-07-14
Thanks for the problem report. If you quote the code using three tildes before and after, it will format correctly, like this:
Otherwise, sourceforge/markdown interprets the asterisks as formatting rather than multiplication signs.
Sorry, I don't know how to edit this issue contents. Any link available?
Click the "Edit" button here:
Last edit: Raymond Toy 2024-07-14