Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 3 years ago

mathstudent gravatar image

Writing polynomial at a product of t-numbers

I have a function which produces a polynomial in t with positive integer coefficients, and I know that these factor as product of t numbers of the form [k]t=1+t+...+tk1 . Is there a way to factor the polynomials in sage which readily give the factorization in terms of the tnumbers?

For example, I have a polynomial (t2t+1)(t2+t+1)(t+1). I want the program to return [6]t.

Writing polynomial at a product of t-numbers

I have a function which produces a polynomial in t with positive integer coefficients, and I know that these factor as product of t numbers of the form [k]t=1+t+...+tk1 . Is there a way to factor the polynomials in sage which readily give the factorization in terms of the tnumbers?

For example, I have a polynomial (t2t+1)(t2+t+1)(t+1). (t2t+1)(t2+t+1)(t+1)2=(t5+t4+t3+t2+t+1)(t+1). I want the program to return [6]t. [6]t[2]t.

Writing polynomial at a product of t-numbers

I have a function which produces a polynomial in t with positive integer coefficients, and I know that these factor as product of t numbers of the form [k]t=1+t+...+tk1 . Is there a way to factor the polynomials in sage which readily give the factorization in terms of the tnumbers?

For example, I have a polynomial (t2t+1)(t2+t+1)(t+1)2=(t5+t4+t3+t2+t+1)(t+1). I want the program to return [6]t[2]t.