"Basic hypergeometric series"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
imported>Pythagoras0
 
(사용자 2명의 중간 판 10개는 보이지 않습니다)
1번째 줄: 1번째 줄:
 
==theory==
 
==theory==
  
* [http://pythagoras0.springnote.com/pages/4145675 오일러의 오각수정리(pentagonal number theorem)]<br><math>(1-x)(1-x^2)(1-x^3) \cdots = 1 - x - x^2 + x^5 + x^7 - x^{12} - x^{15} + x^{22} + x^{26} + \cdots</math><br>
+
* [http://pythagoras0.springnote.com/pages/4145675 오일러의 오각수정리(pentagonal number theorem)]<math>(1-x)(1-x^2)(1-x^3) \cdots = 1 - x - x^2 + x^5 + x^7 - x^{12} - x^{15} + x^{22} + x^{26} + \cdots</math>
*  오일러공식<br><math>\prod_{n=0}^{\infty}(1+zq^n)=\sum_{n\geq 0}\frac{q^{n(n-1)/2}}{(1-q)(1-q^2)\cdots(1-q^n)} z^n</math><br>
+
*  오일러공식<math>\prod_{n=0}^{\infty}(1+zq^n)=\sum_{n\geq 0}\frac{q^{n(n-1)/2}}{(1-q)(1-q^2)\cdots(1-q^n)} z^n</math>
  
 
+
  
 
+
  
 
==q-Pochhammer==
 
==q-Pochhammer==
18번째 줄: 18번째 줄:
 
# Series[QPochhammer[q, q], {q, 0, 100}]
 
# Series[QPochhammer[q, q], {q, 0, 100}]
  
 
+
  
 
+
  
 
==q-hypergeometric series==
 
==q-hypergeometric series==
26번째 줄: 26번째 줄:
 
<math>\sum_{n\geq 0}^{\infty}\frac{q^{n^2/2}}{(q)_n}\sim \exp(\frac{\pi^2}{12t}-\frac{t}{48})</math>
 
<math>\sum_{n\geq 0}^{\infty}\frac{q^{n^2/2}}{(q)_n}\sim \exp(\frac{\pi^2}{12t}-\frac{t}{48})</math>
  
 
+
  
# f[q_] := QHypergeometricPFQ[{}, {}, q, -q^(1/2)]<br> g[q_] := Exp[-(Pi^2/(12 Log[q])) + Log[q]/48]<br> Table[N[f[1 - 1/10^(i)]/g[1 - 1/10^(i)], 50], {i, 1, 5}] // TableForm
+
# f[q_] := QHypergeometricPFQ[{}, {}, q, -q^(1/2)] g[q_] := Exp[-(Pi^2/(12 Log[q])) + Log[q]/48] Table[N[f[1 - 1/10^(i)]/g[1 - 1/10^(i)], 50], {i, 1, 5}] // TableForm
  
 
+
  
 
+
  
 
==KdV Hirota polynomials==
 
==KdV Hirota polynomials==
39번째 줄: 39번째 줄:
 
* [[KdV equation]]
 
* [[KdV equation]]
  
 
+
  
 
+
  
 
==related items==
 
==related items==
 
 
* [[asymptotic analysis of basic hypergeometric series]]
 
* [[asymptotic analysis of basic hypergeometric series]]
 
* [[representation theory and hypergeometric functions|hypergeometric functions and representation theory]]
 
* [[representation theory and hypergeometric functions|hypergeometric functions and representation theory]]
 +
* [[Bailey pair and lemma]]
 +
* [[Bailey lattice]]
 +
* [[sources of Bailey pairs]]
 +
* [[determinantal identities and Airy kernel]]
 +
* [[elliptic hypergeometric series]]
 +
* [[finitized q-series identity]]
 +
* [[integer partitions]]
 +
* [[q-analogue of summation formulas]]
 +
* [[Slater list]]
 +
* [[Slater 31]]
 +
* [[Slater 32]]
 +
* [[Slater 34]]
 +
* [[Slater 36]]
 +
* [[Slater 37]]
 +
* [[Slater 47]]
 +
* [[Slater 83]]
 +
* [[Slater 86]]
 +
* [[Slater 92]]
 +
* [[Slater 98]]
 +
* [[useful techniques in q-series]]
 +
  
 
+
==memo==
 +
* [http://www.springerlink.com/content/j22163577187156l/ Common extension of bilateral series for Andrews’ q-Bailey and q-Gauss sums Wenchang Chu and Chenying Wang]
  
* [http://www.springerlink.com/content/j22163577187156l/ Common extension of bilateral series for Andrews’ q-Bailey and q-Gauss sums
+
Wenchang Chu and Chenying Wang]
+
==computational resource==
 +
* https://drive.google.com/file/d/1ko4taip_awmsywmG0oV3zbW7TnRtKyhb/view
  
 
+
  
 
 
  
==== 하위페이지 ====
+
[[분류:math and physics]]
 +
[[분류:migrate]]
  
* [[3 q-series]]<br>
+
==메타데이터==
** [[Bailey pair and lemma]]<br>
+
===위키데이터===
*** [[Bailey lattice]]<br>
+
* ID :  [https://www.wikidata.org/wiki/Q1062958 Q1062958]
*** [[sources of Bailey pairs]]<br>
+
===Spacy 패턴 목록===
** [[determinantal identities and Airy kernel]]<br>
+
* [{'LOWER': 'basic'}, {'LOWER': 'hypergeometric'}, {'LEMMA': 'series'}]
** [[elliptic hypergeometric series]]<br>
+
* [{'LOWER': 'q'}, {'OP': '*'}, {'LOWER': 'hypergeometric'}, {'LEMMA': 'series'}]
** [[finitized q-series identity]]<br>
 
** [[integer partitions]]<br>
 
** [[q-analogue of summation formulas]]<br>
 
** [[Slater list]]<br>
 
*** [[Slater 31]]<br>
 
*** [[Slater 32]]<br>
 
*** [[Slater 34]]<br>
 
*** [[Slater 36]]<br>
 
*** [[Slater 37]]<br>
 
*** [[Slater 47]]<br>
 
*** [[Slater 83]]<br>
 
*** [[Slater 86]]<br>
 
*** [[Slater 92]]<br>
 
*** [[Slater 98]]<br>
 
** [[useful techniques in q-series]]<br>
 
[[분류:math and physics]]
 
[[분류:math and physics]]
 

2021년 2월 17일 (수) 02:28 기준 최신판

theory



q-Pochhammer

  • partition generating function
  1. Series[1/QPochhammer[q, q], {q, 0, 100}]
  • Dedekind eta
  1. Series[QPochhammer[q, q], {q, 0, 100}]



q-hypergeometric series

\(\sum_{n\geq 0}^{\infty}\frac{q^{n^2/2}}{(q)_n}\sim \exp(\frac{\pi^2}{12t}-\frac{t}{48})\)


  1. f[q_] := QHypergeometricPFQ[{}, {}, q, -q^(1/2)] g[q_] := Exp[-(Pi^2/(12 Log[q])) + Log[q]/48] Table[N[f[1 - 1/10^(i)]/g[1 - 1/10^(i)], 50], {i, 1, 5}] // TableForm



KdV Hirota polynomials

  • Series[1/QPochhammer[q, q^2] - 1/QPochhammer[q^2, q^4], {q, 0, 100}]
  • KdV equation



related items


memo


computational resource

메타데이터

위키데이터

Spacy 패턴 목록

  • [{'LOWER': 'basic'}, {'LOWER': 'hypergeometric'}, {'LEMMA': 'series'}]
  • [{'LOWER': 'q'}, {'OP': '*'}, {'LOWER': 'hypergeometric'}, {'LEMMA': 'series'}]