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

수학노트
둘러보기로 가기 검색하러 가기
 
(사용자 2명의 중간 판 17개는 보이지 않습니다)
1번째 줄: 1번째 줄:
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">이 항목의 수학노트 원문주소</h5>
+
==개요==
 
 
 
 
 
 
 
 
 
 
<h5>개요</h5>
 
  
 
* 행렬식을 계산하는 방법의 하나
 
* 행렬식을 계산하는 방법의 하나
 +
* nxn 행렬의 행렬식을 2x2 행렬의 행렬식을 반복적으로 계산하여 얻음
  
 
+
 
 
 
 
  
 
+
==예==
 +
===<math>n=3</math>의 경우===
 +
:<math>
 +
\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
 +
</math>
  
 
+
:<math>
 +
\begin{vmatrix}
 +
5 & 1 & 2 \\
 +
6 & 1 & 3 \\
 +
7 & 5 & 4 \\
 +
\end{vmatrix}=
 +
\begin{vmatrix}
 +
-1 & 1 \\
 +
23 & -11 \\
 +
\end{vmatrix}=-12
 +
</math>
 +
 +
===<math>n=4</math>인 경우===
 +
:<math>
 +
\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
 +
</math>
  
<h5>역사</h5>
 
  
 
+
==메모==
 
+
* 1986 Robbins-Rumsey lambda determinant
* http://www.google.com/search?hl=en&tbs=tl:1&q=
 
* [[수학사연표 (역사)|수학사연표]]
 
 
 
 
 
 
 
 
 
 
 
<h5>메모</h5>
 
 
 
*  The Desnanot-Jacobi identity<br> 1986 Robbins-Rumsey lambda determinant<br>
 
 
* 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.
* [http://www.math.upenn.edu/%7Epemantle/Summer2009/Library/Dodgson%20and%20Alternating%20Signs.pdf http://www.math.upenn.edu/~pemantle/Summer2009/Library/Dodgson%20and%20Alternating%20Signs.pdf]
 
* Math Overflow http://mathoverflow.net/search?q=
 
  
 
+
  
 
+
==관련된 항목들==
 +
* [[행렬식]]
 +
* [[데스나노-자코비 항등식]]
  
<h5>관련된 항목들</h5>
+
  
 
+
==매스매티카 파일 및 계산 리소스==
 
 
 
 
 
 
<h5>매스매티카 파일 및 계산 리소스</h5>
 
  
 
* 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
* http://www.wolframalpha.com/input/?i=
 
* http://functions.wolfram.com/
 
* [http://dlmf.nist.gov/ NIST Digital Library of Mathematical Functions]
 
* [http://people.math.sfu.ca/%7Ecbm/aands/toc.htm Abramowitz and Stegun Handbook of mathematical functions]
 
* [http://www.research.att.com/%7Enjas/sequences/index.html The On-Line Encyclopedia of Integer Sequences]
 
* [http://numbers.computation.free.fr/Constants/constants.html Numbers, constants and computation]
 
* [https://docs.google.com/open?id=0B8XXo8Tve1cxMWI0NzNjYWUtNmIwZi00YzhkLTkzNzQtMDMwYmVmYmIxNmIw 매스매티카 파일 목록]
 
  
 
+
  
 
+
==수학용어번역==
 +
* {{학술용어집|url=condense}}
 +
* {{forvo|url=Dodgson}}
  
 
+
  
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">수학용어번역</h5>
+
==사전 형태의 자료==
 
 
*  단어사전<br>
 
** http://translate.google.com/#en|ko|
 
** http://ko.wiktionary.org/wiki/
 
* 발음사전 http://www.forvo.com/search/
 
* [http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=&fstr= 대한수학회 수학 학술 용어집]<br>
 
** http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=eng_term&fstr=
 
* [http://www.kss.or.kr/pds/sec/dic.aspx 한국통계학회 통계학 용어 온라인 대조표]
 
* [http://www.nktech.net/science/term/term_l.jsp?l_mode=cate&s_code_cd=MA 남·북한수학용어비교]
 
* [http://kms.or.kr/home/kor/board/bulletin_list_subject.asp?bulletinid=%7BD6048897-56F9-43D7-8BB6-50B362D1243A%7D&boardname=%BC%F6%C7%D0%BF%EB%BE%EE%C5%E4%B7%D0%B9%E6&globalmenu=7&localmenu=4 대한수학회 수학용어한글화 게시판]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
<h5>사전 형태의 자료</h5>
 
  
 
* http://ko.wikipedia.org/wiki/
 
* http://ko.wikipedia.org/wiki/
 
* http://en.wikipedia.org/wiki/Dodgson_condensation
 
* http://en.wikipedia.org/wiki/Dodgson_condensation
* [http://eom.springer.de/default.htm The Online Encyclopaedia of Mathematics]
 
* [http://dlmf.nist.gov/ NIST Digital Library of Mathematical Functions]
 
* [http://eqworld.ipmnet.ru/ The World of Mathematical Equations]
 
 
 
 
 
 
 
 
<h5>리뷰논문, 에세이, 강의노트</h5>
 
 
* [http://www.maa.org/mathtourist/mathtourist_03_19_07.html Lewis Carroll and His Telescoping Determinants]
 
 
 
 
  
 
 
  
<h5>관련논문</h5>
+
  
* http://www.jstor.org/action/doBasicSearch?Query=
+
==리뷰논문, 에세이, 강의노트==
* http://www.ams.org/mathscinet
+
* 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.
* http://dx.doi.org/
+
* 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.
 +
* [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.
 +
* 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).
  
 
 
  
<h5>관련도서</h5>
+
 +
[[분류:선형대수학]]
  
도서내검색<br>
+
==메타데이터==
** http://books.google.com/books?q=
+
===위키데이터===
** http://book.daum.net/search/contentSearch.do?query=
+
* 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'}]