[math-fun] q-binomial-oids (ascii art included)
I can find the following in the literature:
___n-1 M-k | | (1-q ) ___M-1 n \~~ M | |k=0 n n (n-1)/2 | | (1+x q ) = > -------------- x q | |n=0 /__ n=0 ___n k | | (1-q ) | |k=1
Now I came up with
___n-1 M-k | | (1-q ) 1 \~~ M | |k=0 n n (n-1) -------------- = > ------------------------------- x q ___M-1 n /__ n=0 ___n-1 k ___n-1 k | | (1-x q ) | | (1-q q ) | | (1-x q ) | |n=0 | |k=0 | |k=0
This is certainly known. Can anyone point out where this is given? Herr Gosper? LaTeX sources are \prod_{n=0}^{M-1}{(1+x\,q^n)} & = & \sum_{n=0}^{M}{ \frac{\prod_{k=0}^{n-1}{(1-q^{M-k})}} {\prod_{k=1}^{n}{(1-q^k)}} \, x^n \, q^{n\,(n-1)/2} } and \frac{1}{\prod_{n=0}^{M-1}{(1-x\,q^n)}} & = & \sum_{n=0}^{M}{ \frac{\prod_{k=0}^{n-1}{(1-q^{M-k})}} {\prod_{k=0}^{n-1}{(1-q\,q^k)} \, \prod_{k=0}^{n-1}{(1-x\,q^k)}} \, x^n \, q^{n\,(n-1)} } Modulo some changes of variable (e.g. to obviate x), and some product massaging, that's the q-Chu-Vandermonde sum, Basic Hypergeometric Series, Appendix II, II.7 . This came up here 8 nov 05, when I derived the known result:
the probability that an nxn bitmatrix will have (mod 2) rank = k is
2 n - k + 1 k + 1 (n - k) (q ; q) (q ; q) q k n - k
P(n,k) := -------------------------------------------, (q; q) n - k
if the entries are 1 with probability p = 1-q .
More generally, for an m x n matrix, m - k + 1 k + 1 (m - k) (n - k) (q ; q) (q ; q) q k n - k P(m, n, k) = --------------------------------------------------. (q; q) n - k --rwg
Thanks for the answer and the reference! Your reference was to one of the two books titled "Basic hypergeometric series" (George Gasper, Mizan Rahman) should I also get a copy of the one by Fine? As a thanks a Theta-curious: (16*T3(2)^8 ) == (16 + 1*T2(1)^8 - 1*T2(2)^8 +15*T2(4)^8 +15*T2(8)^8 +15*T2(16)^8 +... ) ...and two finite ones: 0 == -1*T3(1)^12 -1*T4(1)^12 -64*T3(4)^12 -64*T2(4)^12 + 44*T3(2)^12 + 22*T4(2)^12 + 22*T2(2)^12 0== + 8*T3(1)^16 -128*T3(2)^16 -7*T2(1)^16 -128*T2(2)^16 + 8*T4(1)^16 + 112*T4(2)^16 (thanks to professors L,L, and L)
participants (2)
-
Bill Gosper -
Joerg Arndt