単位行列
#Fleeting_Notes
単位行列(unit matrix)、恒等行列(identity matrix)
すべての対角成分(diagonal entory)が1でそれ以外の成分が0となる正方行列
$ E_1 = 1
$ E_2 = \begin{pmatrix} 1 & 0 \\ 0 & 1\end{pmatrix}
$ E_3 = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}
$ E_4 = \begin{pmatrix} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0\\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \end{pmatrix}
確認用
Q. 単位行列
『線形代数学 講義ノート』
調査用
Google.icon 単位行列(日)
Google.icon Unit matrix(英)
Wikipedia.icon
単位行列 - Wikipedia(日)
単位行列(検索) - Wikipedia(日)
Wikipedia.icon
Unit matrix - Wikipedia(英)
Unit matrix(検索) - Wikipedia(英)