단위행렬

(Identity matrix에서 넘어옴)

1 개요[ | ]

identity matrix, unit matrix
單位行列
단위행렬, 항등행렬

[math]\displaystyle{ I_1 = \begin{bmatrix} 1 \end{bmatrix} }[/math]

[math]\displaystyle{ I_2 = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} }[/math]

[math]\displaystyle{ I_3 = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix} }[/math]

[math]\displaystyle{ I_n = \begin{bmatrix} 1 & 0 & \cdots & 0 \\ 0 & 1 & \cdots & 0 \\ \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & \cdots & 1 \end{bmatrix} }[/math]

2 성질[ | ]

  • [math]\displaystyle{ A I_n = A }[/math]
  • [math]\displaystyle{ I_n B = B }[/math]

3 같이 보기[ | ]

4 참고[ | ]

  1. 왼쪽 위에서 오른쪽 아래로 가는 대각선
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}