"삼중 대각행렬 tridiagonal matrix"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
19번째 줄: 19번째 줄:
 
 
 
 
  
<h5 style="margin: 0px; line-height: 2em;">행렬식</h5>
+
<h5 style="margin: 0px; line-height: 2em;">행렬식과 점화식</h5>
  
 
*  continuant 라 불리며, 다음 점화식을 만족시킨다<br>
 
*  continuant 라 불리며, 다음 점화식을 만족시킨다<br>
25번째 줄: 25번째 줄:
 
* <math>K(1) = a_1</math><br>
 
* <math>K(1) = a_1</math><br>
 
* <math>K(n) = a_n K(n-1) - b_{n-1}c_{n-1} K(n-2)</math><br>
 
* <math>K(n) = a_n K(n-1) - b_{n-1}c_{n-1} K(n-2)</math><br>
 +
 +
<math>a_1</math>
 +
 +
<math>a_1 a_2-b_1 c_1</math>
 +
 +
<math>a_1 a_2 a_3-a_3 b_1 c_1-a_1 b_2 c_2</math>
 +
 +
<math>a_1 a_2 a_3 a_4-a_3 a_4 b_1 c_1-a_1 a_4 b_2 c_2-a_1 a_2 b_3 c_3+b_1 b_3 c_1 c_3</math>
  
 
 
 
 
72번째 줄: 80번째 줄:
 
* [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= 대한수학회 수학 학술 용어집]<br>
 
** http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=eng_term&fstr=tridiagonal
 
** http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=eng_term&fstr=tridiagonal
 +
** http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=eng_term&fstr=continuant
 
* [http://www.nktech.net/science/term/term_l.jsp?l_mode=cate&s_code_cd=MA 남·북한수학용어비교]
 
* [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://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://www.wolframalpha.com/input/?i=
 +
* http://functions.wolfram.com/
 +
* [http://dlmf.nist.gov/ NIST Digital Library 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]
 +
 +
* [[매스매티카 파일 목록]]
  
 
 
 
 

2011년 4월 25일 (월) 15:26 판

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

 

 

개요

\(\left( \begin{array}{ccc} a_1 & b_1 & 0 \\ c_1 & a_2 & b_2 \\ 0 & c_2 & a_3 \end{array} \right)\)

\(\left( \begin{array}{cccc} a_1 & b_1 & 0 & 0 \\ c_1 & a_2 & b_2 & 0 \\ 0 & c_2 & a_3 & b_3 \\ 0 & 0 & c_3 & a_4 \end{array} \right)\)

\(\left( \begin{array}{ccccc} a_1 & b_1 & 0 & 0 & 0 \\ c_1 & a_2 & b_2 & 0 & 0 \\ 0 & c_2 & a_3 & b_3 & 0 \\ 0 & 0 & c_3 & a_4 & b_4 \\ 0 & 0 & 0 & c_4 & a_5 \end{array} \right)\)

 

 

 

행렬식과 점화식
  • continuant 라 불리며, 다음 점화식을 만족시킨다
  • \(K(0) = 1\)
  • \(K(1) = a_1\)
  • \(K(n) = a_n K(n-1) - b_{n-1}c_{n-1} K(n-2)\)

\(a_1\)

\(a_1 a_2-b_1 c_1\)

\(a_1 a_2 a_3-a_3 b_1 c_1-a_1 b_2 c_2\)

\(a_1 a_2 a_3 a_4-a_3 a_4 b_1 c_1-a_1 a_4 b_2 c_2-a_1 a_2 b_3 c_3+b_1 b_3 c_1 c_3\)

 

 

 

재미있는 사실

 

 

 

역사

 

 

 

메모

 

 

관련된 항목들

 

 

수학용어번역

 

 

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

 

 

 

사전 형태의 자료

 

 

관련논문

 

 

관련도서

 

 

링크