"행렬식"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
Pythagoras0 (토론 | 기여) 잔글 (찾아 바꾸기 – “<h5>” 문자열을 “==” 문자열로) |
|||
15번째 줄: | 15번째 줄: | ||
− | + | ==정의</h5> | |
* <em style="">n</em> x <em style="">n</em> 행렬 <math>A=(a_{ij})</math>에 대하여, 다음과 같이 행렬식을 정의<br><math>\det(A) = \sum_{\sigma \in S_n} \operatorname{sgn}(\sigma) \prod_{i=1}^n a_{i \sigma(i)}</math><br> 여기서 <math>S_n</math>은 [[대칭군 (symmetric group)]]<br> | * <em style="">n</em> x <em style="">n</em> 행렬 <math>A=(a_{ij})</math>에 대하여, 다음과 같이 행렬식을 정의<br><math>\det(A) = \sum_{\sigma \in S_n} \operatorname{sgn}(\sigma) \prod_{i=1}^n a_{i \sigma(i)}</math><br> 여기서 <math>S_n</math>은 [[대칭군 (symmetric group)]]<br> | ||
46번째 줄: | 46번째 줄: | ||
− | + | ==메모</h5> | |
52번째 줄: | 52번째 줄: | ||
− | + | ==관련된 항목들</h5> | |
* [[벡터의 외적(cross product)]] | * [[벡터의 외적(cross product)]] | ||
72번째 줄: | 72번째 줄: | ||
− | + | ==매스매티카 파일 및 계산 리소스</h5> | |
* https://docs.google.com/file/d/0B8XXo8Tve1cxcE4yakhZTzBDYUE/edit | * https://docs.google.com/file/d/0B8XXo8Tve1cxcE4yakhZTzBDYUE/edit | ||
87번째 줄: | 87번째 줄: | ||
− | + | ==사전 형태의 자료</h5> | |
* [http://ko.wikipedia.org/wiki/%ED%96%89%EB%A0%AC%EC%8B%9D http://ko.wikipedia.org/wiki/행렬식] | * [http://ko.wikipedia.org/wiki/%ED%96%89%EB%A0%AC%EC%8B%9D http://ko.wikipedia.org/wiki/행렬식] |
2012년 11월 1일 (목) 06:39 판
이 항목의 스프링노트 원문주소
개요
- 교대 겹선형 k-형식(k-alternating form)
==정의
- n x n 행렬 \(A=(a_{ij})\)에 대하여, 다음과 같이 행렬식을 정의
\(\det(A) = \sum_{\sigma \in S_n} \operatorname{sgn}(\sigma) \prod_{i=1}^n a_{i \sigma(i)}\)
여기서 \(S_n\)은 대칭군 (symmetric group)
- n=2
\(a_{1,1} a_{2,2}-a_{1,2} a_{2,1}\) - n=3
\(a_{1,1} a_{2,2} a_{3,3}-a_{1,1} a_{2,3} a_{3,2},-a_{1,2} a_{2,1} a_{3,3}+a_{1,2} a_{2,3} a_{3,1}+a_{1,3} a_{2,1} a_{3,2}-a_{1,3} a_{2,2} a_{3,1}\)
예
역사
==메모
==관련된 항목들
수학용어번역
==매스매티카 파일 및 계산 리소스
- https://docs.google.com/file/d/0B8XXo8Tve1cxcE4yakhZTzBDYUE/edit
- 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
- 매스매티카 파일 목록
==사전 형태의 자료