diagonalMultidegrees(d,t)
diagonalMultidegrees(d,L)
Given numbers d and t, this function gives all lists of t non-negative integers where the sum of each list is equal to d. If the second input is a list L, the tuples have the same length as L and are constrained to have i-th entry at most 1+L_i.
|
|
|
|
The object diagonalMultidegrees is a method function.
The source of this document is in LinearTruncations.m2:642:0.