"Finite dimensional representations of Sl(2)"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
imported>Pythagoras0
imported>Pythagoras0
3번째 줄: 3번째 줄:
 
* [[affine sl(2)]]
 
* [[affine sl(2)]]
 
* [[quantum sl(2)]]
 
* [[quantum sl(2)]]
 +
* [[Macdonald constant term conjecture]]
 
* {{수학노트|url=Sl(2)의_유한차원_표현론}}
 
* {{수학노트|url=Sl(2)의_유한차원_표현론}}
 
 
 
 
==Clebsch-Gordan coefficients==
 
 
* [[3j symbol (Clebsch-Gordan coefficient)]]
 
 
 
 
 
 
 
 
 
  
24번째 줄: 16번째 줄:
 
 
 
 
  
 
 
 
 
 
 
==history==
 
 
* http://www.google.com/search?hl=en&tbs=tl:1&q=
 
 
 
 
 
 
 
 
==related items==
 
 
* [[affine sl(2)]]
 
* [[Weyl-Kac character formula]]
 
* [[Macdonald constant term conjecture]]
 
 
 
 
 
 
 
 
==encyclopedia==
 
 
* [http://pythagoras0.springnote.com/pages/4783755 q-이항정리]
 
* [http://pythagoras0.springnote.com/pages/4682477 체비셰프 다항식]
 
 
 
 
 
 
 
 
  
==articles==
 
* Bacry, Henri. 1987. “SL(2,C), SU(2), and Chebyshev Polynomials.” Journal of Mathematical Physics 28 (10) (October 1): 2259–2267. doi:10.1063/1.527759.
 
 
 
  
 
[[분류:개인노트]]
 
[[분류:개인노트]]
 
[[분류:math and physics]]
 
[[분류:math and physics]]
 
[[분류:Lie theory]]
 
[[분류:Lie theory]]

2013년 12월 14일 (토) 16:31 판

introduction

 

Catalan numbers

  1. f[n_] := Integrate[(2 Cos[Pi*x])^n*2 (Sin[Pi*x])^2, {x, 0, 1}]
    Table[Simplify[f[2 k]], {k, 1, 10}]
    Table[CatalanNumber[n], {n, 1, 10}]