0
$\begingroup$

In Mathematica Guidebook for symbolic computations (https://www.amazon.com/dp/0387950206/wolframresearch-20), in the Exercises, 30 (c)(p. 359), there is a question: qseriestoqproduct

I have no clue how to implement this!. Help me how to deal with this? Thank you in advance.

$\endgroup$
2
  • $\begingroup$ The hint is "up to O(q)^(n+1"), an expression produced by Series. Series[[CapitalPi],q,n] is producing the required equation. $\endgroup$
    – Roland F
    Commented Mar 17 at 7:19
  • $\begingroup$ For given series, say 1-q-q^2+q^5+q^7-q^12-q^15+q^22+q^26-q^35-q^40+q^51+q^57-q^70-q^77+q^92+q^100+O[q]^101, how does this convert to product form? $\endgroup$
    – Sangama
    Commented Mar 17 at 7:46

0

You must log in to answer this question.

Browse other questions tagged .