"행렬의 크로네커 곱 (Kronecker product)"의 두 판 사이의 차이
Pythagoras0 (토론 | 기여) 잔글 (찾아 바꾸기 – “<h5>” 문자열을 “==” 문자열로) |
Pythagoras0 (토론 | 기여) 잔글 (찾아 바꾸기 – “</h5>” 문자열을 “==” 문자열로) |
||
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 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%;">이 항목의 수학노트 원문주소== |
* [[행렬의 크로네커 곱 (Kronecker product)]] | * [[행렬의 크로네커 곱 (Kronecker product)]] | ||
7번째 줄: | 7번째 줄: | ||
− | ==개요 | + | ==개요== |
* 두 행렬의 텐서곱 개념 | * 두 행렬의 텐서곱 개념 | ||
17번째 줄: | 17번째 줄: | ||
− | ==예 | + | ==예== |
<math>A=\left( \begin{array}{cc} a_{1,1} & a_{1,2} \\ a_{2,1} & a_{2,2} \end{array} \right)</math> | <math>A=\left( \begin{array}{cc} a_{1,1} & a_{1,2} \\ a_{2,1} & a_{2,2} \end{array} \right)</math> | ||
47번째 줄: | 47번째 줄: | ||
− | ==역사 | + | ==역사== |
58번째 줄: | 58번째 줄: | ||
− | ==메모 | + | ==메모== |
68번째 줄: | 68번째 줄: | ||
− | ==관련된 항목들 | + | ==관련된 항목들== |
74번째 줄: | 74번째 줄: | ||
− | ==매스매티카 파일 및 계산 리소스 | + | ==매스매티카 파일 및 계산 리소스== |
* https://docs.google.com/leaf?id=0B8XXo8Tve1cxZGI2OGMwODEtN2E2OS00Njc1LTgwMjktMTQwNWU5OWUzZmYx&sort=name&layout=list&num=50 | * https://docs.google.com/leaf?id=0B8XXo8Tve1cxZGI2OGMwODEtN2E2OS00Njc1LTgwMjktMTQwNWU5OWUzZmYx&sort=name&layout=list&num=50 | ||
91번째 줄: | 91번째 줄: | ||
− | <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 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%;">수학용어번역== |
* 단어사전<br> | * 단어사전<br> | ||
108번째 줄: | 108번째 줄: | ||
− | ==사전 형태의 자료 | + | ==사전 형태의 자료== |
* http://ko.wikipedia.org/wiki/ | * http://ko.wikipedia.org/wiki/ | ||
120번째 줄: | 120번째 줄: | ||
− | ==리뷰논문, 에세이, 강의노트 | + | ==리뷰논문, 에세이, 강의노트== |
126번째 줄: | 126번째 줄: | ||
− | ==관련논문 | + | ==관련논문== |
* http://www.jstor.org/action/doBasicSearch?Query= | * http://www.jstor.org/action/doBasicSearch?Query= | ||
136번째 줄: | 136번째 줄: | ||
− | ==관련도서 | + | ==관련도서== |
* 도서내검색<br> | * 도서내검색<br> | ||
** http://books.google.com/books?q= | ** http://books.google.com/books?q= | ||
** http://book.daum.net/search/contentSearch.do?query= | ** http://book.daum.net/search/contentSearch.do?query= |
2012년 11월 1일 (목) 13:18 판
이 항목의 수학노트 원문주소==
개요
- 두 행렬의 텐서곱 개념
- 두 벡터공간 V, W 를 정의역으로 하는 선형사상 A, B 에 대하여, \(V\otimes W\) 를 정의역으로 하는 선형사상 \(A\otimes B\) 을 정의할 수 있다
- \(A\otimes B\) 의 행렬표현으로부터 행렬의 크로네커 곱을 얻을 수 있다
예
\(A=\left( \begin{array}{cc} a_{1,1} & a_{1,2} \\ a_{2,1} & a_{2,2} \end{array} \right)\)
\(B=\left( \begin{array}{ccc} b_{1,1} & b_{1,2} & b_{1,3} \\ b_{2,1} & b_{2,2} & b_{2,3} \\ b_{3,1} & b_{3,2} & b_{3,3} \end{array} \right)\)
\(A\otimes B=\left( \begin{array}{cccccc} a_{1,1} b_{1,1} & a_{1,1} b_{1,2} & a_{1,1} b_{1,3} & a_{1,2} b_{1,1} & a_{1,2} b_{1,2} & a_{1,2} b_{1,3} \\ a_{1,1} b_{2,1} & a_{1,1} b_{2,2} & a_{1,1} b_{2,3} & a_{1,2} b_{2,1} & a_{1,2} b_{2,2} & a_{1,2} b_{2,3} \\ a_{1,1} b_{3,1} & a_{1,1} b_{3,2} & a_{1,1} b_{3,3} & a_{1,2} b_{3,1} & a_{1,2} b_{3,2} & a_{1,2} b_{3,3} \\ a_{2,1} b_{1,1} & a_{2,1} b_{1,2} & a_{2,1} b_{1,3} & a_{2,2} b_{1,1} & a_{2,2} b_{1,2} & a_{2,2} b_{1,3} \\ a_{2,1} b_{2,1} & a_{2,1} b_{2,2} & a_{2,1} b_{2,3} & a_{2,2} b_{2,1} & a_{2,2} b_{2,2} & a_{2,2} b_{2,3} \\ a_{2,1} b_{3,1} & a_{2,1} b_{3,2} & a_{2,1} b_{3,3} & a_{2,2} b_{3,1} & a_{2,2} b_{3,2} & a_{2,2} b_{3,3} \end{array} \right)\)
\(v=\left( \begin{array}{c} v_1 \\ v_2 \end{array} \right)\)
\(w=\left( \begin{array}{c} w_1 \\ w_2 \\ w_3 \end{array} \right)\)
\(v\otimes w= \left( \begin{array}{c} v_1 w_1 \\ v_1 w_2 \\ v_1 w_3 \\ v_2 w_1 \\ v_2 w_2 \\ v_2 w_3 \end{array} \right)\)
\(Av \otimes Bw = (A\otimes B)( v\otimes w) =\left( \begin{array}{c} v_1 w_1 a_{1,1} b_{1,1}+v_2 w_1 a_{1,2} b_{1,1}+v_1 w_2 a_{1,1} b_{1,2}+v_2 w_2 a_{1,2} b_{1,2}+v_1 w_3 a_{1,1} b_{1,3}+v_2 w_3 a_{1,2} b_{1,3} \\ v_1 w_1 a_{1,1} b_{2,1}+v_2 w_1 a_{1,2} b_{2,1}+v_1 w_2 a_{1,1} b_{2,2}+v_2 w_2 a_{1,2} b_{2,2}+v_1 w_3 a_{1,1} b_{2,3}+v_2 w_3 a_{1,2} b_{2,3} \\ v_1 w_1 a_{1,1} b_{3,1}+v_2 w_1 a_{1,2} b_{3,1}+v_1 w_2 a_{1,1} b_{3,2}+v_2 w_2 a_{1,2} b_{3,2}+v_1 w_3 a_{1,1} b_{3,3}+v_2 w_3 a_{1,2} b_{3,3} \\ v_1 w_1 a_{2,1} b_{1,1}+v_2 w_1 a_{2,2} b_{1,1}+v_1 w_2 a_{2,1} b_{1,2}+v_2 w_2 a_{2,2} b_{1,2}+v_1 w_3 a_{2,1} b_{1,3}+v_2 w_3 a_{2,2} b_{1,3} \\ v_1 w_1 a_{2,1} b_{2,1}+v_2 w_1 a_{2,2} b_{2,1}+v_1 w_2 a_{2,1} b_{2,2}+v_2 w_2 a_{2,2} b_{2,2}+v_1 w_3 a_{2,1} b_{2,3}+v_2 w_3 a_{2,2} b_{2,3} \\ v_1 w_1 a_{2,1} b_{3,1}+v_2 w_1 a_{2,2} b_{3,1}+v_1 w_2 a_{2,1} b_{3,2}+v_2 w_2 a_{2,2} b_{3,2}+v_1 w_3 a_{2,1} b_{3,3}+v_2 w_3 a_{2,2} b_{3,3} \end{array} \right)\)
역사
메모
- Math Overflow http://mathoverflow.net/search?q=
관련된 항목들
매스매티카 파일 및 계산 리소스
- https://docs.google.com/leaf?id=0B8XXo8Tve1cxZGI2OGMwODEtN2E2OS00Njc1LTgwMjktMTQwNWU5OWUzZmYx&sort=name&layout=list&num=50
- http://www.wolframalpha.com/input/?i=
- http://functions.wolfram.com/
- NIST Digital Library of Mathematical Functions
- Abramowitz and Stegun Handbook of mathematical functions
- The On-Line Encyclopedia of Integer Sequences
- Numbers, constants and computation
- 매스매티카 파일 목록
수학용어번역==
사전 형태의 자료
- http://ko.wikipedia.org/wiki/
- http://en.wikipedia.org/wiki/Kronecker_product
- The Online Encyclopaedia of Mathematics
- NIST Digital Library of Mathematical Functions
- The World of Mathematical Equations
리뷰논문, 에세이, 강의노트
관련논문
관련도서
사전 형태의 자료
- http://ko.wikipedia.org/wiki/
- http://en.wikipedia.org/wiki/Kronecker_product
- The Online Encyclopaedia of Mathematics
- NIST Digital Library of Mathematical Functions
- The World of Mathematical Equations
리뷰논문, 에세이, 강의노트
관련논문