"Tridiagonal matrix"의 두 판 사이의 차이

ph
이동: 둘러보기, 검색
(새 문서: In linear algebra, a tridiagonal matrix is a band matrix that has nonzero elements only on the main diagonal, the first diagonal below this, and the first diagonal above the main...)
 
잔글
 
1번째 줄: 1번째 줄:
In linear algebra, a tridiagonal matrix is a [[band matrix]] that has nonzero elements only on the main diagonal, the first diagonal below this, and the first diagonal above the main diagonal. [https://en.wikipedia.org/wiki/Tridiagonal_matrix]
+
In linear algebra, a tridiagonal matrix is a [[band matrix]] that has nonzero elements only on the main diagonal, the first diagonal below(=left) this(=subdiagonal), and the first diagonal above(=right) the main diagonal(superdiagonal). [https://en.wikipedia.org/wiki/Tridiagonal_matrix]
 +
 
 +
즉, non-zero가 오직 {main,super,sub} diagonal에만 나타나는 행렬.
 +
 
 +
===determinant===
 +
 
 +
(cont.)

2017년 6월 26일 (월) 02:12 기준 최신판

In linear algebra, a tridiagonal matrix is a band matrix that has nonzero elements only on the main diagonal, the first diagonal below(=left) this(=subdiagonal), and the first diagonal above(=right) the main diagonal(superdiagonal). [1]

즉, non-zero가 오직 {main,super,sub} diagonal에만 나타나는 행렬.

determinant

(cont.)