Finite dimensional representations of Sl(2)
Pythagoras0 (토론 | 기여)님의 2020년 12월 28일 (월) 04:21 판
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}]