Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
Resolvante_produit_sym Calculator
Function: resolvante_produit_sym (<P>, <x>) calculates the list of all product resolvents of the polynomial <P>(<x>).
![Resolvante_produit_sym Example resolvante_produit_sym (x^5 + 3*x^4 + 2*x - 1, x);
resolvante: produit;
resolvante (x^5 + 3*x^4 + 2*x - 1, x, a*b*c, [a, b, c]);](http://maxima-online.org//plot.html?g=i-2086230655.png&t=img&db=r578148349)
(%i1) resolvante_produit_sym (x^5 + 3*x^4 + 2*x - 1, x);
5 4 10 8 7 6 5
(%o1) [y + 3 y + 2 y - 1, y - 2 y - 21 y - 31 y - 14 y4 3 2 10 8 7 6 5 4 - y + 14 y + 3 y + 1, y + 3 y + 14 y - y - 14 y - 31 y
3 2 5 4 - 21 y - 2 y + 1, y - 2 y - 3 y - 1, y - 1]
(%i2) resolvante: produit$
(%i3) resolvante (x^5 + 3*x^4 + 2*x - 1, x, a*b*c, [a, b, c]);
" resolvante produit " 10 8 7 6 5 4 3 2
(%o3) y + 3 y + 14 y - y - 14 y - 31 y - 21 y - 2 y + 1
See also:
resolvante, resolvante_unitaire, resolvante_alternee1, resolvante_klein, resolvante_klein3, resolvante_vierer, resolvante_diedrale.
(%o1) true (%i2)
Resolvante_produit_sym Example