반응형
types of pattern in square matrices
1. Symmetric matrix (대칭 행렬)
AT = A
2. Skew-symmetric matrix
AT = − A
3. Orthogonal matrix
AT = A-1
4. Toeplitz matrix (or diagonal-constant matrix)
Any n×n matrix A of the form
is a Toeplitz matrix.
If the i,j element of A is denoted Ai,j, then we have Ai,j = Ai − 1,j − 1.
5. Circulant matrix
6. Hankel matrix
7. Centrosymmetric matrix
8. Hilbert matrix
9. Coxeter matrix
10. Covariance matrix
------------------------------------------------------------------------------------------
Tridiagonal matrix
In linear algebra, a tridiagonal matrix is a matrix that is "almost" a diagonal matrix. To be exact: a tridiagonal matrix has nonzero elements only in the main diagonal, the first diagonal below this, and the first diagonal above the main diagonal.
For example, the following matrix is tridiagonal:
반응형
'Major > Math' 카테고리의 다른 글
평균 : average, mean, median, mode (0) | 2011.10.24 |
---|---|
쌍곡선 함수 공식 (Hyperbolic Relations) (0) | 2010.02.17 |
정적분 (리만합, 함수의 평균) (0) | 2009.03.02 |
적분 공식 (적분 테이블) (2) | 2008.09.02 |
[펌] Ergodic Process, 랜덤 프로세스 (0) | 2008.06.15 |
댓글