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

수학노트
둘러보기로 가기 검색하러 가기
imported>Pythagoras0
imported>Pythagoras0
1번째 줄: 1번째 줄:
 +
==introduction==
  
 +
* [[affine sl(2)]]
 +
* [[quantum sl(2)]]
 +
* [[Macdonald constant term conjecture]]
 +
* {{수학노트|url=리대수 sl(2,C)의 유한차원 표현론}}
 +
 
 +
 +
==Catalan numbers==
 +
 +
* http://qchu.wordpress.com/2010/03/07/walks-on-graphs-and-tensor-products/
 +
* http://mathoverflow.net/questions/17197/how-does-this-relationship-between-the-catalan-numbers-and-su2-generalize
 +
 +
# f[n_] := Integrate[(2 Cos[Pi*x])^n*2 (Sin[Pi*x])^2, {x, 0, 1}]<br>Table[Simplify[f[2 k]], {k, 1, 10}]<br>Table[CatalanNumber[n], {n, 1, 10}]
 +
 +
 
 +
 +
 +
 +
[[분류:개인노트]]
 +
[[분류:math and physics]]
 +
[[분류:Lie theory]]
 +
[[분류:migrate]]

2020년 11월 13일 (금) 10:58 판

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}]