"사각격자의 도미노 타일링 (dimer problem)"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
8번째 줄: 8번째 줄:
  
 
* 사각격자를 도미노로 덮는 문제
 
* 사각격자를 도미노로 덮는 문제
* 더 일반적으로 planar bipartite graph 의 perfect matching 문제를 고려할 수 있다
+
* planar bipartite graph 의 perfect matching 문제를 고려할 수 있다
 +
* 그래프의 weighted adjacency matrix 와 그 [[파피안(Pfaffian)]] 을 통해 답을 표현할 수 있다
 
* 통계물리에서는 dimer configuration = covering of a graph by pairs of fermions connected by an edge
 
* 통계물리에서는 dimer configuration = covering of a graph by pairs of fermions connected by an edge
  
18번째 줄: 19번째 줄:
  
 
*  다음 두 가지 경우가 존재<br>[/pages/10224838/attachments/5728746 dimer1.gif]<br>
 
*  다음 두 가지 경우가 존재<br>[/pages/10224838/attachments/5728746 dimer1.gif]<br>
* 다음 행렬의 [[파피안(Pfaffian)]]
+
* 다음 행렬의 [[파피안(Pfaffian)]] 을 구해서 경우의 수를 얻을 수 있다<br><math>\left( \begin{array}{cccc}  0 & 1 & 1 & 0 \\  -1 & 0 & 0 & -1 \\  -1 & 0 & 0 & 1 \\  0 & 1 & -1 & 0 \end{array} \right)</math><br>
  
 
 
 
 
27번째 줄: 28번째 줄:
  
 
*  다음 세 가지 경우가 존재<br>  [/pages/10224838/attachments/5728744 dimer2.gif]<br>
 
*  다음 세 가지 경우가 존재<br>  [/pages/10224838/attachments/5728744 dimer2.gif]<br>
 +
*  다음 행렬의 파피안은 3이다<br><math>\left( \begin{array}{cccccc}  0 & 1 & 1 & 0 & 0 & 0 \\  -1 & 0 & 0 & -1 & 0 & 0 \\  -1 & 0 & 0 & 1 & 1 & 0 \\  0 & 1 & -1 & 0 & 0 & -1 \\  0 & 0 & -1 & 0 & 0 & 1 \\  0 & 0 & 0 & 1 & -1 & 0 \end{array} \right)</math><br>
  
 
 
 
 
45번째 줄: 47번째 줄:
 
<h5>메모</h5>
 
<h5>메모</h5>
  
* [http://www.science.uva.nl/onderwijs/thesis/centraal/files/f887198315.pdf ]http://www.science.uva.nl/onderwijs/thesis/centraal/files/f887198315.pdf
+
* 8x8 격자에서는 12988816 경우의 도미노 타일링이 있다
 +
* http://www.science.uva.nl/onderwijs/thesis/centraal/files/f887198315.pdf
 
* [http://www.math.oregonstate.edu/%7Emath_reu/REU_Proceedings/Proceedings1991/Klarreich91.pdf http://www.math.oregonstate.edu/~math_reu/REU_Proceedings/Proceedings1991/Klarreich91.pdf]
 
* [http://www.math.oregonstate.edu/%7Emath_reu/REU_Proceedings/Proceedings1991/Klarreich91.pdf http://www.math.oregonstate.edu/~math_reu/REU_Proceedings/Proceedings1991/Klarreich91.pdf]
 
* Borcherds [http://math.berkeley.edu/%7Ereb/courses/261/26.pdf Lecture 26 Pfaffians and dominoes]
 
* Borcherds [http://math.berkeley.edu/%7Ereb/courses/261/26.pdf Lecture 26 Pfaffians and dominoes]

2012년 1월 2일 (월) 16:16 판

이 항목의 수학노트 원문주소

 

 

개요
  • 사각격자를 도미노로 덮는 문제
  • planar bipartite graph 의 perfect matching 문제를 고려할 수 있다
  • 그래프의 weighted adjacency matrix 와 그 파피안(Pfaffian) 을 통해 답을 표현할 수 있다
  • 통계물리에서는 dimer configuration = covering of a graph by pairs of fermions connected by an edge

 

 

2x2 격자
  • 다음 두 가지 경우가 존재
    [/pages/10224838/attachments/5728746 dimer1.gif]
  • 다음 행렬의 파피안(Pfaffian) 을 구해서 경우의 수를 얻을 수 있다
    \(\left( \begin{array}{cccc} 0 & 1 & 1 & 0 \\ -1 & 0 & 0 & -1 \\ -1 & 0 & 0 & 1 \\ 0 & 1 & -1 & 0 \end{array} \right)\)

 

 

3x2 격자
  • 다음 세 가지 경우가 존재
     [/pages/10224838/attachments/5728744 dimer2.gif]
  • 다음 행렬의 파피안은 3이다
    \(\left( \begin{array}{cccccc} 0 & 1 & 1 & 0 & 0 & 0 \\ -1 & 0 & 0 & -1 & 0 & 0 \\ -1 & 0 & 0 & 1 & 1 & 0 \\ 0 & 1 & -1 & 0 & 0 & -1 \\ 0 & 0 & -1 & 0 & 0 & 1 \\ 0 & 0 & 0 & 1 & -1 & 0 \end{array} \right)\)

 

 

역사

 

 

 

메모

 

 

관련된 항목들

 

 

수학용어번역

 

 

 

사전 형태의 자료

 

 

리뷰논문, 에세이, 강의노트

 

 

 

관련논문

 

 

관련도서