Processing math: 100%
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Exponential change of variables in symbolic ring

I am using a program that outputs elements of the symbolic ring that are rational expressions in an exponential variables ps for some prime p. (Specifically, it is the igusa_zeta() function from here.) For example, one possible output is (p^(s + 3) - 1)*(p - 1)*p^(2*s)/((p^(s + 1) - 1)*(p^(2*s + 3) - 1))}.

I would like to know if there is an automated way to change to the variable t=ps such that this expression becomes (p3t1)(p1)t2(pt1)(p3t21).

Exponential change of variables in symbolic ring

I am using a program that outputs elements of the symbolic ring that are rational expressions in an exponential variables ps for some prime p. (Specifically, it is the igusa_zeta() function from here.) For example, one possible output is is

(p^(s + 3) - 1)*(p - 1)*p^(2*s)/((p^(s + 1) - 1)*(p^(2*s + 3) - 1))}.

I would like to know if there is an automated way to change to the variable t=ps such that this expression becomes (p3t1)(p1)t2(pt1)(p3t21).