전치행렬

Hwangjy9 (토론 | 기여)님의 2016년 1월 5일 (화) 20:52 판 (새 문서: {{학술}} {{토막글}} == 정의 == <math>R</math>의 원소를 성분으로 가지는 <math>m\times n</math> 행렬 <math>A=\begin{bmatrix} a_{ij} \end{bmatrix...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

틀:학술 틀:토막글

정의

[math]\displaystyle{ R }[/math]의 원소를 성분으로 가지는 [math]\displaystyle{ m\times n }[/math] 행렬 [math]\displaystyle{ A=\begin{bmatrix} a_{ij} \end{bmatrix} }[/math]가 주어졌을 때, [math]\displaystyle{ A }[/math]의 행과 열을 바꾼 [math]\displaystyle{ n\times m }[/math] 행렬

[math]\displaystyle{ A^T=\begin{bmatrix} a_{ji} \end{bmatrix} }[/math]

[math]\displaystyle{ A }[/math]전치행렬(transpose of a matrix)이라고 한다.

예시

  • [math]\displaystyle{ \begin{bmatrix} 1\\ 2 \end{bmatrix}^T =\begin{bmatrix} 1 & 2 \end{bmatrix} }[/math]
  • [math]\displaystyle{ \begin{bmatrix} 1 & 2 & 3\\ 4 & 5 & 6\\ 7 & 8 & 9 \end{bmatrix}^T=\begin{bmatrix} 1 & 4 & 7\\ 2 & 5 & 8\\ 3 & 6 & 9 \end{bmatrix} }[/math]

성질

가환환 [math]\displaystyle{ R }[/math]의 원소를 성분으로 가지는 [math]\displaystyle{ m\times n }[/math] 행렬 [math]\displaystyle{ A }[/math], [math]\displaystyle{ n\times p }[/math] 행렬 [math]\displaystyle{ B }[/math]와 상수 [math]\displaystyle{ c\in R }[/math]에 대해,

  • [math]\displaystyle{ (A^T)^T=A }[/math]
  • [math]\displaystyle{ (A+B)^T=A^T +B^T }[/math]
  • [math]\displaystyle{ (cA)^T=cA^T }[/math]
  • [math]\displaystyle{ (AB)^T=B^TA^T }[/math]

특수한 행렬

  • [math]\displaystyle{ A^T=A }[/math]이면 [math]\displaystyle{ A }[/math]대칭행렬(symmetric matrix)이라고 한다.
  • [math]\displaystyle{ A^T=-A }[/math]이면 [math]\displaystyle{ A }[/math]비대칭행렬(skew-symmetric matrix)이라고 한다.
  • [math]\displaystyle{ A^T=A^{-1} }[/math]이면 [math]\displaystyle{ A }[/math]직교행렬(orthogonal matrix)이라고 한다.
  • [math]\displaystyle{ A^\dagger=A }[/math]이면 [math]\displaystyle{ A }[/math]에르미트행렬(Hermitian matrix)이라고 한다. 이때 [math]\displaystyle{ A^\dagger = \overline{A^T} }[/math][math]\displaystyle{ A }[/math]켤레전치이다.
  • [math]\displaystyle{ A^\dagger=-A }[/math]이면 [math]\displaystyle{ A }[/math]반에르미트행렬(skew-Hermitian matrix)이라고 한다.
  • [math]\displaystyle{ A^\dagger=A^{-1} }[/math]이면 [math]\displaystyle{ A }[/math]유니타리행렬(unitary matrix)이라고 한다.