Ask Your Question

Tom Copeland's profile - activity

2022-09-17 22:45:34 +0200 commented answer Finding absent partitions in polynomials using SageMath

Right, but it provides clues and checks for further investigation.

2022-09-17 19:00:02 +0200 marked best answer Finding absent partitions in polynomials using SageMath

The full details of the hybrid math/coding problem of interest to me are presented in the MathOverflow question "Outlier absences of monomials in a group of inversion partition polynomials". In order to develop code that would determine which monomials are absent in higher order polynomials, I need some pointers to Sage documentation/example code on

1) library calls to handle the relevant math

2) introducing an array for $K$ indeterminants $a_k$, or $a(k)$, of a polynomial $p(x) = 1 + \sum_{k = 1}^{K} a(k) * x^k/factorial(k)$

3) code for determining the absence of monomials/partitions of n in the partition polynomials RT_n derived through the transformations described in the MO-Q, of which the first few are illustrated in the MO-Q.

The crude SageMath code (my first) given in the MO-Q generates the first few partition polynomials, but identification of absent monomials was done by inspection of the results and comparison with other partition polynomials which contain the full panoply of partitions, e.g., the sets [E] and [P] given in the MO-Q.

Can someone direct me to relevant Sage documentation that would allow me to develop the code?

2022-09-17 19:00:02 +0200 received badge  Scholar (source)
2022-09-17 18:55:16 +0200 commented answer Finding absent partitions in polynomials using SageMath

Great. If you don't mind, I'd like to include this code and the results in the pertinent MO-Q, OEIS entry, and personal

2022-09-17 01:33:11 +0200 commented answer Finding absent partitions in polynomials using SageMath

Max, same problems. First, the dict rep doesn't tell me that the monomial a1^3 for the partition 1+1+! = 3 has coefficie

2022-09-16 22:01:41 +0200 commented answer Finding absent partitions in polynomials using SageMath

Assuming the monomials are always printed in the same basic order, I can strip off monomials from the polynomials of set

2022-09-16 21:39:19 +0200 commented answer Finding absent partitions in polynomials using SageMath

Perfect for Q#2. Thanks (not enough karma for upvoting). I suppose I could use the relevant calls for comparing characte

2022-09-16 13:38:47 +0200 received badge  Editor (source)
2022-09-16 13:38:47 +0200 edited question Finding absent partitions in polynomials using SageMath

Finding absent partitions in polynomials using SageMath The full details of the hybrid math/coding problem of interest t

2022-09-16 09:35:02 +0200 asked a question Finding absent partitions in polynomials using SageMath

Finding absent partitions in polynomials using SageMath The full details of the hybrid math/coding problem of interest t