"Dimer model"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
21번째 줄: 21번째 줄:
 
<h5>physics motivation</h5>
 
<h5>physics motivation</h5>
  
Dimer configuration can be considered as the covering of the graph by pairs of fermions connected by an edge
+
* Dimer configuration can be considered as the covering of the graph by pairs of fermions connected by an edge
  
 
 
 
 
29번째 줄: 29번째 줄:
 
<h5>Termperley equivalence</h5>
 
<h5>Termperley equivalence</h5>
  
spanning trees on \gamma rooted at x
+
* spanning trees on \gamma rooted at x
 
+
* Dimers on D(\gamma)
Dimers on D(\gamma)
 
  
 
 
 
 
39번째 줄: 38번째 줄:
 
<h5>Domino tiling and height function</h5>
 
<h5>Domino tiling and height function</h5>
  
bipartite graph
+
* bipartite graph
  
 
 
 
 
47번째 줄: 46번째 줄:
 
<h5>weight systems</h5>
 
<h5>weight systems</h5>
  
define a weight function on the edges of the graph \gamma
+
* define a weight function on the edges of the graph \gamma
  
 
 
 
 
110번째 줄: 109번째 줄:
 
* http://gigapedia.info/1/
 
* http://gigapedia.info/1/
 
* http://www.amazon.com/s/ref=nb_ss_gw?url=search-alias%3Dstripbooks&field-keywords=
 
* http://www.amazon.com/s/ref=nb_ss_gw?url=search-alias%3Dstripbooks&field-keywords=
 +
 +
 
 +
 +
<h5>links</h5>
 +
 +
* http://ipht.cea.fr/statcomb2009/dimers/abstracts.html
 +
* [http://www.math.brown.edu/%7Erkenyon/papers/index.html http://www.math.brown.edu/~rkenyon/papers/index.html]
  
 
 
 
 
136번째 줄: 142번째 줄:
 
<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>
  
* [http://arxiv.org/abs/cond-mat/0612573 ]http://arxiv.org/abs/cond-mat/0612573
+
* http://arxiv.org/abs/cond-mat/0612573
 
* http://www.physics.neu.edu/faculty/wu%20files/pdf/Wu217_PRE74_020104%28R%29.pdf
 
* http://www.physics.neu.edu/faculty/wu%20files/pdf/Wu217_PRE74_020104%28R%29.pdf
 
* [http://arxiv.org/abs/math/0310195 Dimers, Tilings and Trees]
 
* [http://arxiv.org/abs/math/0310195 Dimers, Tilings and Trees]
175번째 줄: 181번째 줄:
 
 
 
 
  
<h5>links</h5>
+
 
  
* http://ipht.cea.fr/statcomb2009/dimers/abstracts.html
 
* [http://www.math.brown.edu/%7Erkenyon/papers/index.html http://www.math.brown.edu/~rkenyon/papers/index.html]
 
 
* [http://detexify.kirelabs.org/classify.html Detexify2 - LaTeX symbol classifier]
 
* [http://detexify.kirelabs.org/classify.html Detexify2 - LaTeX symbol classifier]
 
* [http://pythagoras0.springnote.com/pages/1947378 수식표현 안내]
 
* [http://pythagoras0.springnote.com/pages/1947378 수식표현 안내]
 
* [http://www.research.att.com/%7Enjas/sequences/index.html The On-Line Encyclopedia of Integer Sequences]
 
* [http://www.research.att.com/%7Enjas/sequences/index.html The On-Line Encyclopedia of Integer Sequences]
 
* http://functions.wolfram.com/
 
* http://functions.wolfram.com/

2010년 10월 13일 (수) 06:49 판

introduction

 

 

basic notions
  • dimer configurations
  • set of dimer configurations
  • partition function
  • Kasteleyn matrix

 

 

physics motivation
  • Dimer configuration can be considered as the covering of the graph by pairs of fermions connected by an edge

 

 

Termperley equivalence
  • spanning trees on \gamma rooted at x
  • Dimers on D(\gamma)

 

 

Domino tiling and height function
  • bipartite graph

 

 

weight systems
  • define a weight function on the edges of the graph \gamma

 

 

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]

 

 

memo

 

 

history

 

 

related items[[Schramm–Loewner evolution (SLE)|]]

 

 

encyclopedia

 

 

books

 

links

 

 

expositions

 

 

articles

 

 

question and answers(Math Overflow)

 

 

blogs