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: treinat (<part>) retruns the list of partitions inferior to the partition <part> w.r.t. the natural order.
![Treinat Example treinat ([5]);
treinat ([1, 1, 1, 1, 1]);
treinat ([3, 2]);](http://maxima-online.org//plot.html?g=i979832330.png&t=img&db=r-1392244844)
(%i1) treinat ([5]);
(%o1) [[5]]
(%i2) treinat ([1, 1, 1, 1, 1]);
(%o2) [[5], [4, 1], [3, 2], [3, 1, 1], [2, 2, 1], [2, 1, 1, 1], [1, 1, 1, 1, 1]]
(%i3) treinat ([3, 2]);
(%o3) [[5], [4, 1], [3, 2]] See also: lgtreillis, ltreillis and treillis.
(%o1) true (%i2)