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: partpol (<psym>, <lvar>) <psym> is a symmetric polynomial in the variables of the list <lvar>. This function retturns its partitioned representation.
(%i1) partpol (-a*(x + y) + 3*x*y, [x, y]);
(%o1) [[3, 1, 1], [- a, 1, 0]] There are also some inexact matches for partpol. Try ?? partpol to see them.
(%o1) true (%i2)