"Finite dimensional representations of Sl(2)"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
imported>Pythagoras0 |
Pythagoras0 (토론 | 기여) |
(차이 없음)
|
2020년 11월 16일 (월) 09:54 판
introduction
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}]
Table[Simplify[f[2 k]], {k, 1, 10}]
Table[CatalanNumber[n], {n, 1, 10}]