Skip to main content
Mathematics LibreTexts

1.3: The Identity Matrix and the Zero Matrix

  • Page ID
    96138
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)

    \( \newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\)

    ( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\)

    \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

    \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\)

    \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

    \( \newcommand{\Span}{\mathrm{span}}\)

    \( \newcommand{\id}{\mathrm{id}}\)

    \( \newcommand{\Span}{\mathrm{span}}\)

    \( \newcommand{\kernel}{\mathrm{null}\,}\)

    \( \newcommand{\range}{\mathrm{range}\,}\)

    \( \newcommand{\RealPart}{\mathrm{Re}}\)

    \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

    \( \newcommand{\Argument}{\mathrm{Arg}}\)

    \( \newcommand{\norm}[1]{\| #1 \|}\)

    \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

    \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    \( \newcommand{\vectorA}[1]{\vec{#1}}      % arrow\)

    \( \newcommand{\vectorAt}[1]{\vec{\text{#1}}}      % arrow\)

    \( \newcommand{\vectorB}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vectorC}[1]{\textbf{#1}} \)

    \( \newcommand{\vectorD}[1]{\overrightarrow{#1}} \)

    \( \newcommand{\vectorDt}[1]{\overrightarrow{\text{#1}}} \)

    \( \newcommand{\vectE}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{\mathbf {#1}}}} \)

    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)

    View Special Matrices on YouTube

    Two special matrices are the identity matrix, denoted by \(\text{I}\), and the zero matrix, denoted simply by \(0\). The zero matrix can be \(m\)-by-\(n\) and is a matrix consisting of all zero elements. The identity matrix is a square matrix. If \(\text{A}\) and \(\text{I}\) are of the same size, then the identity matrix satisfies

    \[\text{AI}=\text{IA}=\text{A},\nonumber \]

    and plays the role of the number one in matrix multiplication. The identity matrix consists of ones along the diagonal and zeros elsewhere. For example, the \(3\)-by-\(3\) zero and identity matrices are given by

    \[0=\left(\begin{array}{ccc}0&0&0\\0&0&0\\0&0&0\end{array}\right),\quad\text{I}=\left(\begin{array}{ccc}1&0&0\\0&1&0\\0&0&1\end{array}\right),\nonumber \]

    and it is easy to check that

    \[\left(\begin{array}{ccc}a&b&c\\d&e&f\\g&h&i\end{array}\right)\left(\begin{array}{ccc}1&0&0\\0&1&0\\0&0&1\end{array}\right)=\left(\begin{array}{ccc}1&0&0\\0&1&0\\0&0&1\end{array}\right)\left(\begin{array}{ccc}a&b&c\\d&e&f\\g&h&i\end{array}\right)=\left(\begin{array}{ccc}a&b&c\\d&e&f\\g&h&i\end{array}\right).\nonumber \]

    Although strictly speaking, the symbols \(0\) and \(\text{I}\) represent different matrices depending on their size, we will just use these symbols and leave their exact size to be inferred.


    This page titled 1.3: The Identity Matrix and the Zero Matrix is shared under a CC BY 3.0 license and was authored, remixed, and/or curated by Jeffrey R. Chasnov via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.