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: lgtreillis (<n>, <m>) returns the list of partitions of weight <n> and length <m>.
(%i1) lgtreillis (4, 2);
(%o1) [[3, 1], [2, 2]]
Also see: ltreillis, treillis and treinat.(%o1) true (%i2)