"삼각행렬"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
(피타고라스님이 이 페이지를 개설하였습니다.) |
Pythagoras0 (토론 | 기여) |
||
(사용자 2명의 중간 판 19개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
+ | ==개요== | ||
+ | * 하삼각행렬, 상삼각행렬 | ||
+ | * 행렬의 canonical form, factorization 등에서 중요한 개념 | ||
+ | * 하삼각행렬이 역행렬을 갖는 경우, 역행렬도 하삼각행렬이 된다 | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==하삼각행렬과 역행렬 예== | ||
+ | |||
+ | <math>\left( \begin{array}{ccccc} 1 & 0 & 0 & 0 & 0 \\ 1 & 1 & 0 & 0 & 0 \\ 1 & 1 & 1 & 0 & 0 \\ 1 & 1 & 1 & 1 & 0 \\ 1 & 1 & 1 & 1 & 1 \end{array} \right)</math> | ||
+ | |||
+ | 의 역행렬은 | ||
+ | |||
+ | |||
+ | |||
+ | <math>\left( \begin{array}{ccccc} 1 & 0 & 0 & 0 & 0 \\ -1 & 1 & 0 & 0 & 0 \\ 0 & -1 & 1 & 0 & 0 \\ 0 & 0 & -1 & 1 & 0 \\ 0 & 0 & 0 & -1 & 1 \end{array} \right)</math> 이다. | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==LU 분해== | ||
+ | |||
+ | <math>\left( \begin{array}{cc} 1 & 2 \\ 3 & 4 \end{array} \right)=\left( \begin{array}{cc} 1 & 0 \\ 3 & 1 \end{array} \right) \left( \begin{array}{cc} 1 & 2 \\ 0 & -2 \end{array} \right)</math> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==메모== | ||
+ | |||
+ | |||
+ | |||
+ | * Math Overflow http://mathoverflow.net/search?q= | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==관련된 항목들== | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==매스매티카 파일 및 계산 리소스== | ||
+ | |||
+ | * https://docs.google.com/leaf?id=0B8XXo8Tve1cxOGY4Mzg3YjAtZGUyZS00YWVlLTlhMzQtNWQyMDVmNzUyMmM0&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 매스매티카 파일 목록] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==수학용어번역== | ||
+ | |||
+ | * 단어사전 | ||
+ | ** 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= 대한수학회 수학 학술 용어집] | ||
+ | ** 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 대한수학회 수학용어한글화 게시판] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==사전 형태의 자료== | ||
+ | |||
+ | * [http://ko.wikipedia.org/wiki/%EC%82%BC%EA%B0%81%ED%96%89%EB%A0%AC http://ko.wikipedia.org/wiki/삼각행렬] | ||
+ | * http://en.wikipedia.org/wiki/Triangular_matrix | ||
+ | * http://en.wikipedia.org/wiki/LU_decomposition | ||
+ | * [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] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==리뷰논문, 에세이, 강의노트== | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | [[분류:선형대수학]] | ||
+ | |||
+ | ==메타데이터== | ||
+ | ===위키데이터=== | ||
+ | * ID : [https://www.wikidata.org/wiki/Q506265 Q506265] | ||
+ | ===Spacy 패턴 목록=== | ||
+ | * [{'LOWER': 'triangular'}, {'LEMMA': 'matrix'}] |
2021년 2월 17일 (수) 04:47 기준 최신판
개요
- 하삼각행렬, 상삼각행렬
- 행렬의 canonical form, factorization 등에서 중요한 개념
- 하삼각행렬이 역행렬을 갖는 경우, 역행렬도 하삼각행렬이 된다
하삼각행렬과 역행렬 예
\(\left( \begin{array}{ccccc} 1 & 0 & 0 & 0 & 0 \\ 1 & 1 & 0 & 0 & 0 \\ 1 & 1 & 1 & 0 & 0 \\ 1 & 1 & 1 & 1 & 0 \\ 1 & 1 & 1 & 1 & 1 \end{array} \right)\)
의 역행렬은
\(\left( \begin{array}{ccccc} 1 & 0 & 0 & 0 & 0 \\ -1 & 1 & 0 & 0 & 0 \\ 0 & -1 & 1 & 0 & 0 \\ 0 & 0 & -1 & 1 & 0 \\ 0 & 0 & 0 & -1 & 1 \end{array} \right)\) 이다.
LU 분해
\(\left( \begin{array}{cc} 1 & 2 \\ 3 & 4 \end{array} \right)=\left( \begin{array}{cc} 1 & 0 \\ 3 & 1 \end{array} \right) \left( \begin{array}{cc} 1 & 2 \\ 0 & -2 \end{array} \right)\)
메모
- Math Overflow http://mathoverflow.net/search?q=
관련된 항목들
매스매티카 파일 및 계산 리소스
- https://docs.google.com/leaf?id=0B8XXo8Tve1cxOGY4Mzg3YjAtZGUyZS00YWVlLTlhMzQtNWQyMDVmNzUyMmM0&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://www.forvo.com/search/
- 대한수학회 수학 학술 용어집
- 한국통계학회 통계학 용어 온라인 대조표
- 남·북한수학용어비교
- 대한수학회 수학용어한글화 게시판
사전 형태의 자료
- http://ko.wikipedia.org/wiki/삼각행렬
- http://en.wikipedia.org/wiki/Triangular_matrix
- http://en.wikipedia.org/wiki/LU_decomposition
- The Online Encyclopaedia of Mathematics
- NIST Digital Library of Mathematical Functions
- The World of Mathematical Equations
리뷰논문, 에세이, 강의노트
메타데이터
위키데이터
- ID : Q506265
Spacy 패턴 목록
- [{'LOWER': 'triangular'}, {'LEMMA': 'matrix'}]