<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=Identity_matrix</id>
	<title>Identity matrix - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=Identity_matrix"/>
	<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=Identity_matrix&amp;action=history"/>
	<updated>2026-06-23T17:22:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.sarg.dev/index.php?title=Identity_matrix&amp;diff=39832&amp;oldid=prev</id>
		<title>imported&gt;Drmies: Reverted 12 edits by 213.34.11.218 (talk) to last revision by Panamitsu</title>
		<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=Identity_matrix&amp;diff=39832&amp;oldid=prev"/>
		<updated>2025-11-03T13:45:42Z</updated>

		<summary type="html">&lt;p&gt;Reverted 12 edits by &lt;a href=&quot;/index.php/Special:Contributions/213.34.11.218&quot; title=&quot;Special:Contributions/213.34.11.218&quot;&gt;213.34.11.218&lt;/a&gt; (&lt;a href=&quot;/index.php?title=User_talk:213.34.11.218&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:213.34.11.218 (page does not exist)&quot;&gt;talk&lt;/a&gt;) to last revision by Panamitsu&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Square matrix with ones on the main diagonal and zeros elsewhere}}&lt;br /&gt;
{{confuse|matrix of ones|unitary matrix|matrix unit}}&lt;br /&gt;
In [[linear algebra]], the &amp;#039;&amp;#039;&amp;#039;identity matrix&amp;#039;&amp;#039;&amp;#039; of size &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; is the &amp;lt;math&amp;gt;n\times n&amp;lt;/math&amp;gt; [[square matrix]] with ones on the [[main diagonal]] and zeros elsewhere. It has unique properties, for example when the identity matrix represents a [[geometric transformation]], the object remains unchanged by the transformation. In other contexts, it is analogous to multiplying by the number 1.&lt;br /&gt;
&lt;br /&gt;
==Terminology and notation==&lt;br /&gt;
The identity matrix is often denoted by &amp;lt;math&amp;gt;I_n&amp;lt;/math&amp;gt;, or simply by &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt; if the size is immaterial or can be trivially determined by the context.&amp;lt;ref&amp;gt;{{Cite web|title=Identity matrix: intro to identity matrices (article)| url=https://www.khanacademy.org/math/precalculus/x9e81a4f98389efdf:matrices/x9e81a4f98389efdf:properties-of-matrix-multiplication/a/intro-to-identity-matrices | access-date=2020-08-14| website=Khan Academy| language=en}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
I_1 = \begin{bmatrix} 1 \end{bmatrix}&lt;br /&gt;
,\ &lt;br /&gt;
I_2 = \begin{bmatrix}&lt;br /&gt;
1 &amp;amp; 0 \\&lt;br /&gt;
0 &amp;amp; 1 \end{bmatrix}&lt;br /&gt;
,\ &lt;br /&gt;
I_3 = \begin{bmatrix}&lt;br /&gt;
1 &amp;amp; 0 &amp;amp; 0 \\&lt;br /&gt;
0 &amp;amp; 1 &amp;amp; 0 \\&lt;br /&gt;
0 &amp;amp; 0 &amp;amp; 1 \end{bmatrix}&lt;br /&gt;
,\ \dots ,\ &lt;br /&gt;
I_n = \begin{bmatrix}&lt;br /&gt;
1 &amp;amp; 0 &amp;amp; 0 &amp;amp; \cdots &amp;amp; 0 \\&lt;br /&gt;
0 &amp;amp; 1 &amp;amp; 0 &amp;amp; \cdots &amp;amp; 0 \\&lt;br /&gt;
0 &amp;amp; 0 &amp;amp; 1 &amp;amp; \cdots &amp;amp; 0 \\&lt;br /&gt;
\vdots &amp;amp; \vdots &amp;amp; \vdots &amp;amp; \ddots &amp;amp; \vdots \\&lt;br /&gt;
0 &amp;amp; 0 &amp;amp; 0 &amp;amp; \cdots &amp;amp; 1 \end{bmatrix}.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The term &amp;#039;&amp;#039;&amp;#039;unit matrix&amp;#039;&amp;#039;&amp;#039; has also been widely used,&amp;lt;ref name=pipes&amp;gt;{{cite book |title=Matrix Methods for Engineering |series=Prentice-Hall International Series in Applied Mathematics |first=Louis Albert |last=Pipes |publisher=Prentice-Hall |year=1963 |page=91 |url=https://books.google.com/books?id=rJNRAAAAMAAJ&amp;amp;pg=PA91 }}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[[Roger Godement]], &amp;#039;&amp;#039;Algebra&amp;#039;&amp;#039;, 1968.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[[ISO 80000-2]]:2009.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[[Ken Stroud]], &amp;#039;&amp;#039;Engineering Mathematics&amp;#039;&amp;#039;, 2013.&amp;lt;/ref&amp;gt; but the term &amp;#039;&amp;#039;identity matrix&amp;#039;&amp;#039; is now standard.&amp;lt;ref&amp;gt;[[ISO 80000-2]]:2019.&amp;lt;/ref&amp;gt;  The term &amp;#039;&amp;#039;unit matrix&amp;#039;&amp;#039; is ambiguous, because it is also used for a [[matrix of ones]] and for any [[unit (ring theory)|unit]] of the [[matrix ring|ring of all &amp;lt;math&amp;gt;n\times n&amp;lt;/math&amp;gt; matrices]].&amp;lt;ref&amp;gt;{{Cite web| last=Weisstein|first=Eric W.| title=Unit Matrix|url=https://mathworld.wolfram.com/UnitMatrix.html|access-date=2021-05-05| website=mathworld.wolfram.com| language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In some fields, such as [[group theory]] or [[quantum mechanics]], the identity matrix is sometimes denoted by a boldface one, &amp;lt;math&amp;gt;\mathbf{1}&amp;lt;/math&amp;gt;, or called &amp;quot;id&amp;quot; (short for identity). Less frequently, some mathematics books use &amp;lt;math&amp;gt;U&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; to represent the identity matrix, standing for &amp;quot;unit matrix&amp;quot;&amp;lt;ref name=pipes /&amp;gt; and the German word {{lang|de|Einheitsmatrix}} respectively.&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite web| last=Weisstein|first=Eric W.|title=Identity Matrix | url=https://mathworld.wolfram.com/IdentityMatrix.html|access-date=2020-08-14 | website=mathworld.wolfram.com | language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In terms of a notation that is sometimes used to concisely describe [[diagonal matrix|diagonal matrices]], the identity matrix can be written as&lt;br /&gt;
&amp;lt;math display=block&amp;gt; I_n = \operatorname{diag}(1, 1, \dots, 1).&amp;lt;/math&amp;gt;&lt;br /&gt;
The identity matrix can also be written using the [[Kronecker delta]] notation:&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;(I_n)_{ij} = \delta_{ij}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Properties==&lt;br /&gt;
When &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; is an &amp;lt;math&amp;gt;m\times n&amp;lt;/math&amp;gt; matrix, it is a property of [[matrix multiplication]] that&lt;br /&gt;
&amp;lt;math display=block&amp;gt;I_m A = A I_n = A.&amp;lt;/math&amp;gt;&lt;br /&gt;
In particular, the identity matrix serves as the [[multiplicative identity]] of the [[matrix ring]] of all &amp;lt;math&amp;gt;n\times n&amp;lt;/math&amp;gt; matrices, and as the [[identity element]] of the [[general linear group]] &amp;lt;math&amp;gt;GL(n)&amp;lt;/math&amp;gt;, which consists of all [[invertible matrix|invertible]] &amp;lt;math&amp;gt;n\times n&amp;lt;/math&amp;gt; matrices under the matrix multiplication operation. In particular, the identity matrix is invertible. It is an [[involutory matrix]], equal to its own inverse. In this group, two square matrices have the identity matrix as their product exactly when they are the inverses of each other.&lt;br /&gt;
&lt;br /&gt;
When &amp;lt;math&amp;gt;n\times n&amp;lt;/math&amp;gt; matrices are used to represent [[linear transformation]]s from an &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-dimensional vector space to itself, the identity matrix &amp;lt;math&amp;gt;I_n&amp;lt;/math&amp;gt; represents the [[identity function]], for whatever [[Basis (linear algebra)|basis]] was used in this representation.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;i&amp;lt;/math&amp;gt;th column of an identity matrix is the [[unit vector]] &amp;lt;math&amp;gt;e_i&amp;lt;/math&amp;gt;, a vector whose &amp;lt;math&amp;gt;i&amp;lt;/math&amp;gt;th entry is 1 and 0 elsewhere. The [[determinant]] of the identity matrix is&amp;amp;nbsp;1, and its [[trace (linear algebra)|trace]] is &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The identity matrix is the only [[idempotent matrix]] with non-zero determinant. That is, it is the only matrix such that:&lt;br /&gt;
&lt;br /&gt;
# When multiplied by itself, the result is itself&lt;br /&gt;
# All of its rows and columns are [[linear independence|linearly independent]].&lt;br /&gt;
&lt;br /&gt;
The [[Square root of a matrix|principal square root]] of an identity matrix is itself, and this is its only [[Positive-definite matrix|positive-definite]] square root. However, every identity matrix with at least two rows and columns has an infinitude of symmetric square roots.&amp;lt;ref&amp;gt;{{cite journal&lt;br /&gt;
 | last = Mitchell | first = Douglas W.&lt;br /&gt;
 | date = November 2003&lt;br /&gt;
 | doi = 10.1017/S0025557200173723&lt;br /&gt;
 | issue = 510&lt;br /&gt;
 | journal = [[The Mathematical Gazette]]&lt;br /&gt;
 | jstor = 3621289&lt;br /&gt;
 | pages = 499–500&lt;br /&gt;
 | title = 87.57 Using Pythagorean triples to generate square roots of &amp;lt;math&amp;gt;I_2&amp;lt;/math&amp;gt;&lt;br /&gt;
 | volume = 87| doi-access = free&lt;br /&gt;
 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The [[rank (linear algebra)|rank]] of an identity matrix &amp;lt;math&amp;gt;I_n&amp;lt;/math&amp;gt; equals the size &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;, i.e.:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\operatorname{rank}(I_n) = n .&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Logical matrix|Binary matrix]] (zero-one matrix)&lt;br /&gt;
* [[Elementary matrix]]&lt;br /&gt;
* [[Exchange matrix]]&lt;br /&gt;
* [[Matrix of ones]]&lt;br /&gt;
* [[Pauli matrices]] (the identity matrix is the zeroth Pauli matrix)&lt;br /&gt;
* [[Householder transformation]] (the Householder matrix is built through the identity matrix)&lt;br /&gt;
* [[Square root of a 2 by 2 matrix#Identity matrix|Square root of a 2 by 2 identity matrix]]&lt;br /&gt;
* [[Unitary matrix]]&lt;br /&gt;
* [[Zero matrix]]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Matrix classes}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Matrices (mathematics)]]&lt;br /&gt;
[[Category:1 (number)]]&lt;br /&gt;
[[Category:Sparse matrices]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Drmies</name></author>
	</entry>
</feed>