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