본문 바로가기
수학/Basic

[ Matrix ] 행렬 표기법 정리

by SuperMemi 2022. 9. 7.
반응형

[ Matrix ] 행렬 표기법 정리


Notation and Nomenclature

 

  • A : 행렬 A → 행렬은 bold 대문자 표현 (중요)
  • AT : Transposed 행렬
  • A1 : 행렬 A 의 역행렬
  • AT : Transposed 행렬의 역행렬 또는 반대 (AT=(A1)T=(AT)1)
  • A+ : 행렬 A 의 Pseudo 역행렬 
  • A : Complex conjugated 행렬
  • AH : Transposed & Complex conjugated 행렬 (Hermitian)
  • A1/2 : 행렬의 Square root (unique 할떄), not elementwise
  • (A)ij = Aij : 행렬의 (i,j) 번째 entry
  • [A]ij : (i,j) - submatrix
  • A : Matrix norm (subscript if any denotes what norm)

 

  • det(A) : Determinant of A. (행렬식)
  • Tr(A) : Trace of the matrix A. (행렬의 대각합)
  • diag(A) : 행렬 A의 대각 행렬
  • eig(A) : Eigenvalues of the matrix A. (고윳값)
  • sup : Supremum of a set. (집합의 상한)

 

  • AB : Hadamard (elementwise) product.( latex : \circ )
  • AB : Kronecker product. ( latex : \otimes ) 

 

  • 0 : The null matrix. 모든 요소가 영인 행렬
  • I : The identity matrix. 
  • Ji,j : The single-entry matrix. (i,j) 에만 값이 존재하고 나머지는 모두 영인 행렬
  • Σ : A positive definite matrix (Sigma)
  • Λ : A diagonal matrix (Lambda)

 

  • a : 벡터 (column-vector) a  벡터는 bold 소문자 표현 (중요)
  • ai : 벡터 ai 번째 요소  벡터의 요소는 소문자 표현 (중요)
  • a : 스칼라(scalar)  스칼라는 소문자 표현 (중요)

함께 읽어 볼 만한 글 

[ LaTeX ] 행렬 표현하기 (matrix, pmatrix, bmatrix, Bmatrix, vmatrix, Vmatrix)

 

[ LaTeX ] 행렬 표현하기 (matrix, pmatrix, bmatrix, Bmatrix, vmatrix, Vmatrix)

[ LaTeX ] 행렬 표현하기 matrix, pmatrix, bmatrix, Bmatrix, vmatrix, Vmatrix Latex 행렬 표현 6가지 방식 matrix : 괄호 없음 pmatrix : parentheses → ( ) bmatrix : brackets → [ ] Bmatrix :..

supermemi.tistory.com


[ 참고 ]

https://www.math.uwaterloo.ca/~hwolkowi/matrixcookbook.pdf

https://en.wikipedia.org/wiki/List_of_mathematical_symbols_by_subject


 

반응형