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.
Function: explose (<pc>, <lvar>) returns the symmetric polynomial associated with the contracted form <pc>. The list <lvar> contains the variables.
![Explose Example explose (a*x + 1, [x, y, z]);](http://maxima-online.org//plot.html?g=i-2131837166.png&t=img&db=r-570560628)
(%i1) explose (a*x + 1, [x, y, z]);
(%o1) a z + a y + a x + 1(%o1) true (%i2)