전치행렬

Jmnote (토론 | 기여)님의 2018년 3월 4일 (일) 16:44 판 (새 문서: ==개요== ;transposed matrix ;轉置行列 ;전치행렬 * 행과 열을 교환하여 얻는 행렬 * 주대각선을 축으로 하는 반사 대칭을 가하여 얻는 행렬 ==예...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

transposed matrix
轉置行列
전치행렬
  • 행과 열을 교환하여 얻는 행렬
  • 주대각선을 축으로 하는 반사 대칭을 가하여 얻는 행렬

2 예시

  • [math]\displaystyle{ \begin{pmatrix}1&2\end{pmatrix}^\operatorname T=\begin{pmatrix}1\\2\end{pmatrix} }[/math]
  • [math]\displaystyle{ \begin{pmatrix}1&2\\3&4\end{pmatrix}^\operatorname T =\begin{pmatrix}1&3\\2&4\end{pmatrix} }[/math]
  • [math]\displaystyle{ \begin{pmatrix}1&2\\3&4\\5&6\end{pmatrix}^\operatorname T =\begin{pmatrix}1&3&5\\2&4&6\end{pmatrix} }[/math]

3 같이 보기

4 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}