"영 태블로(Young tableau)"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
Pythagoras0 (토론 | 기여) (새 문서: ==사전 형태의 참고자료== * http://en.wikipedia.org/wiki/Young_tableau ==계산 리소스== * http://www.sagemath.org/doc/reference/sage/combinat/tableau.html) |
Pythagoras0 (토론 | 기여) |
||
1번째 줄: | 1번째 줄: | ||
+ | ==개요== | ||
+ | |||
+ | |||
+ | ==영 다이어그램== | ||
+ | * 자연수의 분할 $$\lambda: \lambda_1 \geq \lambda_2 \geq \cdots \geq \lambda_n\geq 0$$ | ||
+ | 에 대응되는 다이어그램 | ||
+ | * 7의 분할 $(4,2,1)$의 경우, 영 다이어그램은 다음과 같다 | ||
+ | $$ | ||
+ | \begin{array}{cccc} | ||
+ | \square & \square & \square & \square \\ | ||
+ | \square & \square & \text{} & \text{} \\ | ||
+ | \square & \text{} & \text{} & \text{} | ||
+ | \end{array} | ||
+ | $$ | ||
+ | |||
+ | |||
==사전 형태의 참고자료== | ==사전 형태의 참고자료== | ||
* http://en.wikipedia.org/wiki/Young_tableau | * http://en.wikipedia.org/wiki/Young_tableau |
2012년 12월 11일 (화) 08:45 판
개요
영 다이어그램
- 자연수의 분할 $$\lambda: \lambda_1 \geq \lambda_2 \geq \cdots \geq \lambda_n\geq 0$$
에 대응되는 다이어그램
- 7의 분할 $(4,2,1)$의 경우, 영 다이어그램은 다음과 같다
$$ \begin{array}{cccc} \square & \square & \square & \square \\ \square & \square & \text{} & \text{} \\ \square & \text{} & \text{} & \text{} \end{array} $$
사전 형태의 참고자료