A First Course in String Theory
.
The generating function is an infinite product:
.
To evaluate the infinite product, you can use wxMaxima. However, it does not provide rendering of answers yet. Instead, you can call
Maxima‘s code in SageMath, if you use Jupyter Notebook to access SageMath.
reset()
%display latex
maxima('taylor((1/x)*product((1 + x^(r - 1/2))^32 / (1 - x^r)^8, r, 1, oo), x, 0, 6)')
— Me@2024-12-02 06:33:46 AM
.
.
2024.12.31 Tuesday (c) All rights reserved by ACHK

You must be logged in to post a comment.