"삼각행렬"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
잔글 (찾아 바꾸기 – “수학사연표” 문자열을 “수학사 연표” 문자열로)
87번째 줄: 87번째 줄:
 
==수학용어번역==
 
==수학용어번역==
  
*  단어사전<br>
+
*  단어사전
 
** http://translate.google.com/#en|ko|
 
** http://translate.google.com/#en|ko|
 
** http://ko.wiktionary.org/wiki/
 
** http://ko.wiktionary.org/wiki/
 
* 발음사전 http://www.forvo.com/search/
 
* 발음사전 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=&fstr= 대한수학회 수학 학술 용어집]
 
** http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=eng_term&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.kss.or.kr/pds/sec/dic.aspx 한국통계학회 통계학 용어 온라인 대조표]

2020년 11월 16일 (월) 06:36 판

이 항목의 수학노트 원문주소

 

 

개요

  • 하삼각행렬, 상삼각행렬
  • 행렬의 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)\)

 

 

역사

 

 

 

메모

 

 

 

관련된 항목들

 

 

 

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

 

 

 

수학용어번역

 

 

 

사전 형태의 자료

 

 

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