"도지슨 응축"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
 
(같은 사용자의 중간 판 3개는 보이지 않습니다)
4번째 줄: 4번째 줄:
 
* nxn 행렬의 행렬식을 2x2 행렬의 행렬식을 반복적으로 계산하여 얻음
 
* nxn 행렬의 행렬식을 2x2 행렬의 행렬식을 반복적으로 계산하여 얻음
  
 
+
  
 
==예==
 
==예==
52번째 줄: 52번째 줄:
 
\end{vmatrix}=-12
 
\end{vmatrix}=-12
 
</math>
 
</math>
 
+
 
===<math>n=4</math>인 경우===
 
===<math>n=4</math>인 경우===
 
:<math>
 
:<math>
73번째 줄: 73번째 줄:
 
</math>
 
</math>
  
 
==역사==
 
 
 
 
 
* http://www.google.com/search?hl=en&tbs=tl:1&q=
 
* [[수학사 연표]]
 
 
 
 
 
 
 
  
 
==메모==
 
==메모==
89번째 줄: 78번째 줄:
 
* Dodgson’s condensation method for computing determinants has led to the notion of alternating sign matrices and to their remarkable combinatorics. These topics have connections with the 6-vertex model in physics and statistical mechanics and with much recent work on graphical condensation, group characters, and a whole lot more.
 
* Dodgson’s condensation method for computing determinants has led to the notion of alternating sign matrices and to their remarkable combinatorics. These topics have connections with the 6-vertex model in physics and statistical mechanics and with much recent work on graphical condensation, group characters, and a whole lot more.
  
 
+
  
 
==관련된 항목들==
 
==관련된 항목들==
95번째 줄: 84번째 줄:
 
* [[데스나노-자코비 항등식]]
 
* [[데스나노-자코비 항등식]]
  
 
+
  
 
==매스매티카 파일 및 계산 리소스==
 
==매스매티카 파일 및 계산 리소스==
101번째 줄: 90번째 줄:
 
* https://docs.google.com/leaf?id=0B8XXo8Tve1cxYzMyMTI2ZGEtNmZlNi00ZWMyLWFkODctMWQzZjc0OGU3NjVm&sort=name&layout=list&num=50
 
* https://docs.google.com/leaf?id=0B8XXo8Tve1cxYzMyMTI2ZGEtNmZlNi00ZWMyLWFkODctMWQzZjc0OGU3NjVm&sort=name&layout=list&num=50
  
 
+
  
 
==수학용어번역==
 
==수학용어번역==
107번째 줄: 96번째 줄:
 
* {{forvo|url=Dodgson}}
 
* {{forvo|url=Dodgson}}
  
 
+
  
==사전 형태의 자료==
+
==사전 형태의 자료==
  
 
* http://ko.wikipedia.org/wiki/
 
* http://ko.wikipedia.org/wiki/
115번째 줄: 104번째 줄:
  
  
 
+
  
 
==리뷰논문, 에세이, 강의노트==
 
==리뷰논문, 에세이, 강의노트==
122번째 줄: 111번째 줄:
 
* [http://thalesandfriends.org/wp-content/uploads/2012/03/Telescoping.pdf Lewis Carroll and His Telescoping Determinants]
 
* [http://thalesandfriends.org/wp-content/uploads/2012/03/Telescoping.pdf Lewis Carroll and His Telescoping Determinants]
  
 
+
 
==관련논문==
 
==관련논문==
 
* Berliner, Adam, and Richard A. Brualdi. 2008. “A Combinatorial Proof of the Dodgson/Muir Determinantal Identity.” International Journal of Information & Systems Sciences 4 (1): 1–7.
 
* Berliner, Adam, and Richard A. Brualdi. 2008. “A Combinatorial Proof of the Dodgson/Muir Determinantal Identity.” International Journal of Information & Systems Sciences 4 (1): 1–7.
128번째 줄: 117번째 줄:
  
  
 
+
 
[[분류:선형대수학]]
 
[[분류:선형대수학]]
 +
 +
==메타데이터==
 +
===위키데이터===
 +
* ID :  [https://www.wikidata.org/wiki/Q4230490 Q4230490]
 +
===Spacy 패턴 목록===
 +
* [{'LOWER': 'dodgson'}, {'LEMMA': 'condensation'}]

2021년 2월 17일 (수) 04:47 기준 최신판

개요

  • 행렬식을 계산하는 방법의 하나
  • nxn 행렬의 행렬식을 2x2 행렬의 행렬식을 반복적으로 계산하여 얻음


\(n=3\)의 경우

\[ \begin{vmatrix} p & q & r \\ s & t & u \\ v & w & x \end{vmatrix} = \begin{vmatrix} \begin{vmatrix} p & q \\ s & t \end{vmatrix} & \begin{vmatrix} q & r \\ t & u \end{vmatrix} \\ \begin{vmatrix} s & t \\ v & w \end{vmatrix} & \begin{vmatrix} t & u \\ w & x \end{vmatrix} \end{vmatrix} = \begin{vmatrix} -q s+p t & -r t+q u \\ -t v+s w & -u w+t x \end{vmatrix} = -r t v+q u v+r s w-p u w-q s x+p t x \]

\[ \begin{vmatrix} 5 & 1 & 2 \\ 6 & 1 & 3 \\ 7 & 5 & 4 \\ \end{vmatrix}= \begin{vmatrix} -1 & 1 \\ 23 & -11 \\ \end{vmatrix}=-12 \]

\(n=4\)인 경우

\[ \begin{vmatrix} 2 & 1 & -1 & -3 \\ 1 & -2 & 3 & 0 \\ 3 & 1 & 2 & -1 \\ 0 & -2 & 3 & 1 \\ \end{vmatrix}= \begin{vmatrix} -5 & 1 & 9 \\ 7 & -7 & -3 \\ -6 & 7 & 5 \\ \end{vmatrix}= \begin{vmatrix} -14 & 20 \\ 7 & -7 \\ \end{vmatrix} =6 \]


메모

  • 1986 Robbins-Rumsey lambda determinant
  • Dodgson’s condensation method for computing determinants has led to the notion of alternating sign matrices and to their remarkable combinatorics. These topics have connections with the 6-vertex model in physics and statistical mechanics and with much recent work on graphical condensation, group characters, and a whole lot more.


관련된 항목들


매스매티카 파일 및 계산 리소스


수학용어번역


사전 형태의 자료



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

  • Hone, Andrew N. W. 2006. “Dodgson Condensation, Alternating Signs and Square Ice.” Philosophical Transactions of the Royal Society of London. Series A. Mathematical, Physical and Engineering Sciences 364 (1849): 3183–3198. doi:10.1098/rsta.2006.1887.
  • Abeles, Francine F. 2008. “Dodgson Condensation: The Historical and Mathematical Development of an Experimental Method.” Linear Algebra and Its Applications 429 (2-3): 429–438. doi:10.1016/j.laa.2007.11.022.
  • Lewis Carroll and His Telescoping Determinants


관련논문

  • Berliner, Adam, and Richard A. Brualdi. 2008. “A Combinatorial Proof of the Dodgson/Muir Determinantal Identity.” International Journal of Information & Systems Sciences 4 (1): 1–7.
  • Zeilberger, Doron. 1997. “Dodgson’s Determinant-Evaluation Rule Proved by Two-Timing Men and Women.” Electronic Journal of Combinatorics 4 (2): Research Paper 22, approx. 2 pp. (electronic).

메타데이터

위키데이터

Spacy 패턴 목록

  • [{'LOWER': 'dodgson'}, {'LEMMA': 'condensation'}]