Bill Allombert on Fri, 13 Sep 2024 23:06:27 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Question on finding eta expansions


On Fri, Sep 13, 2024 at 08:28:42PM +0000, LNU, Swati wrote:
> Dear Professor,
> Thank you for your reply. I have a follow-up question:
> The first few terms of series expansion of (eta(2z)^3 *  eta(3z)^2 *  eta(12z)^2) / (eta(6z)^2) = q - 3q^3 - q^4 + 6q^6 + 6q^7 - 3q^9 + ...
> On writing the code:
> D(n) = {q * eta(q^(24 * 2) + O(q^(24 * ( n + 1))))^(3) * eta(q^(24 * 3) + O(q^(24 * (n + 1))))^(2) * eta(q^(24 * 12) + O(q^(24 * (n + 1))))^(2) * eta(q^(24 * 6) + O(q^(24 * (n + 1))))^(-2);}

This is not correct, the first term should be q^((2*3+3*2+12*2-6*2)) = q^24, not q.

Cheers,
Bill