"Domino tiling"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
5번째 줄: 5번째 줄:
 
* arctic circle phe
 
* arctic circle phe
 
* rhombus tilings
 
* rhombus tilings
*  
+
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<h5>mathematica code</h5>
 +
 
 +
# detk[m_, n_] :=<br>  N[Product[<br>    Product[2 Cos[(Pi*l)/(m + 1)] + 2 I*Cos[(Pi*k)/(n + 1)], {k, 1,<br>      n}], {l, 1, m}], 10]<br> Z[m_, n_] := Round[Sqrt[Abs[detk[m, n]]]]<br> Z[8, 8]
  
 
 
 
 
106번째 줄: 115번째 줄:
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">articles</h5>
 
<h5 style="line-height: 3.428em; margin: 0px; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">articles</h5>
  
*  Domino tilings of Aztec diamonds and squares<br><br><br>[http://dx.doi.org/10.1023/A:1022420103267 Alternating-Sign Matrices and Domino Tilings (Part I)]Noam Elkies, Greg Kuperberg, Michael Larsen and James Propp<br>
+
*  Domino tilings of Aztec diamonds and squares<br>  <br>[http://dx.doi.org/10.1023/A:1022420103267 Alternating-Sign Matrices and Domino Tilings (Part I)]Noam Elkies, Greg Kuperberg, Michael Larsen and James Propp<br>
 
* http://www.ams.org/mathscinet
 
* http://www.ams.org/mathscinet
 
* http://www.zentralblatt-math.org/zmath/en/
 
* http://www.zentralblatt-math.org/zmath/en/

2011년 8월 8일 (월) 06:33 판

introduction
  • Aztec diamond
  • random surface
  • arctic circle phe
  • rhombus tilings

 

 

 

mathematica code
  1. detk[m_, n_] :=
     N[Product[
       Product[2 Cos[(Pi*l)/(m + 1)] + 2 I*Cos[(Pi*k)/(n + 1)], {k, 1,
         n}], {l, 1, m}], 10]
    Z[m_, n_] := Round[Sqrt[Abs[detk[m, n]]]]
    Z[8, 8]

 

 

 

amoeba

 

 

Airy kernel

 

 

 

character identities

 

 

introductory problems

 

 

history

 

 

related items

 

 

encyclopedia

 

 

books

 

 

expositions

 

articles

 

 

question and answers(Math Overflow)

 

 

blogs

 

 

experts on the field

 

 

links