본문 바로가기
Major/Math

정방 행렬의 종류 (types of pattern in square matrices)

by 알 수 없는 사용자 2009. 9. 17.
반응형

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:


반응형

댓글