<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=128.97.159.98</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=128.97.159.98"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/128.97.159.98"/>
	<updated>2026-08-04T00:52:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Unitary_group&amp;diff=2644</id>
		<title>Unitary group</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Unitary_group&amp;diff=2644"/>
		<updated>2014-02-01T23:13:43Z</updated>

		<summary type="html">&lt;p&gt;128.97.159.98: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In [[linear algebra]], a &#039;&#039;&#039;diagonal matrix&#039;&#039;&#039; is a [[matrix (mathematics)|matrix]] (usually a [[square matrix]]) in which the entries outside the [[main diagonal]] (↘) are all zero. The diagonal entries themselves may or may not be zero. Thus, the matrix D = (d&amp;lt;sub&amp;gt;i,j&amp;lt;/sub&amp;gt;) with &#039;&#039;n&#039;&#039; columns and &#039;&#039;n&#039;&#039; rows is diagonal if:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;d_{i,j} = 0 \mbox{ if } i \ne j\ \forall i,j \in \{1, 2, \ldots, n\}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example, the following matrix is diagonal:&lt;br /&gt;
:&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
1 &amp;amp; 0 &amp;amp; 0\\&lt;br /&gt;
0 &amp;amp; 4 &amp;amp; 0\\&lt;br /&gt;
0 &amp;amp; 0 &amp;amp; -3\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The term &#039;&#039;diagonal matrix&#039;&#039; may sometimes refer to a &#039;&#039;&#039;rectangular diagonal matrix&#039;&#039;&#039;, which is an &#039;&#039;m&#039;&#039;-by-&#039;&#039;n&#039;&#039; matrix with only the entries of the form &#039;&#039;d&amp;lt;sub&amp;gt;i,i&amp;lt;/sub&amp;gt;&#039;&#039; possibly non-zero. For example:&lt;br /&gt;
:&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
1 &amp;amp; 0 &amp;amp; 0\\&lt;br /&gt;
0 &amp;amp; 4 &amp;amp; 0\\&lt;br /&gt;
0 &amp;amp; 0 &amp;amp; -3\\&lt;br /&gt;
0 &amp;amp; 0 &amp;amp; 0\\&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0\\&lt;br /&gt;
0 &amp;amp; 4 &amp;amp; 0&amp;amp; 0 &amp;amp; 0\\&lt;br /&gt;
0 &amp;amp; 0 &amp;amp; -3&amp;amp; 0 &amp;amp; 0\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
However, in the remainder of this article we will consider only square matrices. Any square diagonal matrix is also a [[symmetric matrix]]. Also, if the entries come from the [[field (mathematics)|field]] &#039;&#039;&#039;R&#039;&#039;&#039; or &#039;&#039;&#039;C&#039;&#039;&#039;, then it is a [[normal matrix]] as well. Equivalently, we can define a diagonal matrix as a matrix that is both [[triangular matrix|upper-]] and [[triangular matrix|lower-triangular]]. The [[identity matrix]] &#039;&#039;I&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt; and any square [[zero matrix]] are diagonal. A one-dimensional matrix is always diagonal.&lt;br /&gt;
&lt;br /&gt;
== Scalar matrix ==&amp;lt;!-- Linked from [[Scalar matrix]] and [[Scalar transformation]] --&amp;gt;&lt;br /&gt;
A diagonal matrix with all its main diagonal entries equal is a &#039;&#039;&#039;scalar matrix&#039;&#039;&#039;, that is, a scalar multiple &amp;amp;lambda;&#039;&#039;I&#039;&#039; of the [[identity matrix]] &#039;&#039;I&#039;&#039;. Its effect on a vector is [[scalar multiplication]] by &amp;amp;lambda;. For example, a 3&amp;amp;times;3 scalar matrix has the form:&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
  \begin{bmatrix}&lt;br /&gt;
    \lambda &amp;amp;       0 &amp;amp; 0       \\&lt;br /&gt;
          0 &amp;amp; \lambda &amp;amp; 0       \\&lt;br /&gt;
          0 &amp;amp;       0 &amp;amp; \lambda&lt;br /&gt;
  \end{bmatrix} \equiv \lambda \boldsymbol{I_3}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The scalar matrices are the [[center of an algebra|center]] of the algebra of matrices: that is, they are precisely the matrices that commute with all other square matrices of the same size.&lt;br /&gt;
&lt;br /&gt;
For an abstract vector space &#039;&#039;V&#039;&#039; (rather than the concrete vector space &amp;lt;math&amp;gt;K^n&amp;lt;/math&amp;gt;), or more generally a [[module (ring theory)|module]] &#039;&#039;M&#039;&#039; over a [[ring (algebra)|ring]] &#039;&#039;R,&#039;&#039; with the [[endomorphism algebra]] End(&#039;&#039;M&#039;&#039;) (algebra of linear operators on &#039;&#039;M&#039;&#039;) replacing the algebra of matrices, the analog of scalar matrices are &#039;&#039;&#039;scalar transformations&#039;&#039;&#039;. Formally, scalar multiplication is a linear map, inducing a map &amp;lt;math&amp;gt;R \to \operatorname{End}(M),&amp;lt;/math&amp;gt; (send a scalar &amp;amp;lambda; to the corresponding scalar transformation, multiplication by &amp;amp;lambda;) exhibiting End(&#039;&#039;M&#039;&#039;) as a &#039;&#039;R&#039;&#039;-[[Algebra (ring theory)|algebra]]. For vector spaces, or more generally [[free module]]s &amp;lt;math&amp;gt;M \cong R^n&amp;lt;/math&amp;gt;, for which the endomorphism algebra is isomorphic to a matrix algebra, the scalar transforms are exactly the [[center of a ring|center]] of the endomorphism algebra, and similarly invertible transforms are the center of the [[general linear group]] GL(&#039;&#039;V&#039;&#039;), where they are denoted by Z(&#039;&#039;V&#039;&#039;), follow the usual notation for the center.&lt;br /&gt;
&lt;br /&gt;
== Matrix operations ==&lt;br /&gt;
The operations of matrix addition and [[matrix multiplication]] are especially simple for diagonal matrices. Write diag(&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;,...,&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;) for a diagonal matrix whose diagonal entries starting in the upper left corner are &#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;,...,&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;. Then, for addition, we have&lt;br /&gt;
&lt;br /&gt;
:diag(&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;,...,&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;) + diag(&#039;&#039;b&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;,...,&#039;&#039;b&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;) = diag(&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;+&#039;&#039;b&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;,...,&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;+&#039;&#039;b&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
and for [[matrix multiplication]],&lt;br /&gt;
&lt;br /&gt;
:diag(&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;,...,&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;) &amp;amp;middot; diag(&#039;&#039;b&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;,...,&#039;&#039;b&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;) = diag(&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;&#039;&#039;b&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;,...,&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;&#039;&#039;b&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
The diagonal matrix diag(&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;,...,&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;) is [[invertible matrix|invertible]] [[if and only if]] the entries &#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;,...,&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt; are all non-zero. In this case, we have&lt;br /&gt;
&lt;br /&gt;
:diag(&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;,...,&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;)&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt; = diag(&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;,...,&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
In particular, the diagonal matrices form a [[subring]] of the ring of all &#039;&#039;n&#039;&#039;-by-&#039;&#039;n&#039;&#039; matrices. &lt;br /&gt;
&lt;br /&gt;
Multiplying an &#039;&#039;n&#039;&#039;-by-&#039;&#039;n&#039;&#039; matrix &#039;&#039;A&#039;&#039; from the &#039;&#039;left&#039;&#039; with diag(&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;,...,&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;) amounts to multiplying the &#039;&#039;i&#039;&#039;-th &#039;&#039;row&#039;&#039; of &#039;&#039;A&#039;&#039; by &#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;i&#039;&#039;&amp;lt;/sub&amp;gt; for all &#039;&#039;i&#039;&#039;; multiplying the matrix &#039;&#039;A&#039;&#039; from the &#039;&#039;right&#039;&#039; with diag(&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;,...,&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;) amounts to multiplying the &#039;&#039;i&#039;&#039;-th &#039;&#039;column&#039;&#039; of &#039;&#039;A&#039;&#039; by &#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;i&#039;&#039;&amp;lt;/sub&amp;gt; for all &#039;&#039;i&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Operator matrix in eigenbasis ==&lt;br /&gt;
&lt;br /&gt;
{{Main|Transformation_matrix#Finding the matrix of a transformation|Eigenvalues and eigenvectors|l1=Finding the matrix of a transformation}}&lt;br /&gt;
&lt;br /&gt;
As explained in [[transformation_matrix#Finding_the_matrix_of_a_transformation|determining coefficients of operator matrix]], there is a special basis, &#039;&#039;e&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;, ..., &#039;&#039;e&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;, for which the matrix takes the diagonal form. Being diagonal means that all coefficients &amp;lt;math&amp;gt;a_{i,j} &amp;lt;/math&amp;gt; but &amp;lt;math&amp;gt;a_{i,i}&amp;lt;/math&amp;gt; are zeros in the defining equation &amp;lt;math&amp;gt;A \vec e_j = \sum a_{i,j} \vec e_i&amp;lt;/math&amp;gt;, leaving only one term per sum. The surviving diagonal elements, &amp;lt;math&amp;gt;a_{i,i}&amp;lt;/math&amp;gt;, are known as &#039;&#039;&#039;eigenvalues&#039;&#039;&#039; and designated with &amp;lt;math&amp;gt;\lambda_i&amp;lt;/math&amp;gt; in the equation, which reduces to &amp;lt;math&amp;gt;A \vec e_i = \lambda_i \vec e_i&amp;lt;/math&amp;gt;. The resulting equation is known as &#039;&#039;&#039;eigenvalue equation&#039;&#039;&#039;&amp;lt;ref&amp;gt;{{cite book |last=Nearing |first=James |year=2010 |title=Mathematical Tools for Physics |url=http://www.physics.miami.edu/nearing/mathmethods |chapter=Chapter 7.9: Eigenvalues and Eigenvectors |chapterurl= http://www.physics.miami.edu/~nearing/mathmethods/operators.pdf |accessdate=January 1, 2012|isbn=048648212X}}&amp;lt;/ref&amp;gt; and used to derive the [[characteristic polynomial]] and, further, [[eigenvalues and eigenvectors]].&lt;br /&gt;
&lt;br /&gt;
In other words, the [[eigenvalue]]s of diag(&#039;&#039;λ&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;, ..., &#039;&#039;λ&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;) are &#039;&#039;λ&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;, ..., &#039;&#039;λ&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt; with associated [[eigenvectors]] of &#039;&#039;e&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;, ..., &#039;&#039;e&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Other properties ==&lt;br /&gt;
&lt;br /&gt;
The [[determinant]] of diag(&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;, ..., &#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;) is the product &#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;...&#039;&#039;a&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The [[adjugate]] of a diagonal matrix is again diagonal.&lt;br /&gt;
&lt;br /&gt;
A square matrix is diagonal if and only if it is triangular and [[Normal_matrix|normal]].&lt;br /&gt;
&lt;br /&gt;
== Uses ==&lt;br /&gt;
Diagonal matrices occur in many areas of linear algebra. Because of the simple description of the matrix operation and eigenvalues/eigenvectors given above, it is always desirable to represent a given matrix or [[linear operator|linear map]] by a diagonal matrix. &lt;br /&gt;
&lt;br /&gt;
In fact, a given &#039;&#039;n&#039;&#039;-by-&#039;&#039;n&#039;&#039; matrix &#039;&#039;A&#039;&#039; is [[similar matrix|similar]] to a diagonal matrix (meaning that there is a matrix &#039;&#039;X&#039;&#039; such that &#039;&#039;X&amp;lt;sup&amp;gt;-1&amp;lt;/sup&amp;gt;AX&#039;&#039; is diagonal) if and only if it has &#039;&#039;n&#039;&#039; [[linearly independent]] eigenvectors. Such matrices are said to be [[diagonalizable matrix|diagonalizable]].&lt;br /&gt;
&lt;br /&gt;
Over the [[field (mathematics)|field]] of [[real number|real]] or [[complex number|complex]] numbers, more is true. The [[spectral theorem]] says that every [[normal matrix]] is [[matrix similarity|unitarily similar]] to a diagonal matrix (if &#039;&#039;AA&#039;&#039;&amp;lt;sup&amp;gt;*&amp;lt;/sup&amp;gt; = &#039;&#039;A&#039;&#039;&amp;lt;sup&amp;gt;*&amp;lt;/sup&amp;gt;&#039;&#039;A&#039;&#039; then there exists a [[unitary matrix]] &#039;&#039;U&#039;&#039; such that &#039;&#039;UAU&#039;&#039;&amp;lt;sup&amp;gt;*&amp;lt;/sup&amp;gt; is diagonal). Furthermore, the [[singular value decomposition]] implies that for any matrix &#039;&#039;A&#039;&#039;, there exist unitary matrices &#039;&#039;U&#039;&#039; and &#039;&#039;V&#039;&#039; such that &#039;&#039;UAV&#039;&#039;&amp;lt;sup&amp;gt;*&amp;lt;/sup&amp;gt; is diagonal with positive entries.&lt;br /&gt;
&lt;br /&gt;
== Operator theory ==&lt;br /&gt;
In [[operator theory]], particularly the study of [[PDEs]], operators are particularly easy to understand and PDEs easy to solve if the operator is diagonal with respect to the basis with which one is working; this corresponds to a [[separable partial differential equation]]. Therefore, a key technique to understanding operators is a change of coordinates – in the language of operators, an [[integral transform]] – which changes the basis to an [[eigenbasis]] of [[eigenfunction]]s: which makes the equation separable. An important example of this is the [[Fourier transform]], which diagonalizes constant coefficient differentiation operators (or more generally translation invariant operators), such as the Laplacian operator, say, in the [[heat equation]].&lt;br /&gt;
&lt;br /&gt;
Especially easy are [[multiplication operator]]s, which are defined as multiplication by (the values of) a fixed function – the values of the function at each point correspond to the diagonal entries of a matrix.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{colbegin}}&lt;br /&gt;
* [[Anti-diagonal matrix]]&lt;br /&gt;
* [[Banded matrix]]&lt;br /&gt;
* [[Bidiagonal matrix]]&lt;br /&gt;
* [[Diagonally dominant matrix]]&lt;br /&gt;
* [[Diagonalizable matrix]]&lt;br /&gt;
* [[Multiplication operator]]&lt;br /&gt;
* [[Tridiagonal matrix]]&lt;br /&gt;
* [[Toeplitz matrix]]&lt;br /&gt;
* [[Toral Lie algebra]]&lt;br /&gt;
* [[Circulant matrix]]&lt;br /&gt;
{{colend}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
* Roger A. Horn and Charles R. Johnson, &#039;&#039;Matrix Analysis&#039;&#039;, Cambridge University Press, 1985. ISBN 0-521-30586-1 (hardback), ISBN 0-521-38632-2 (paperback).&lt;br /&gt;
&lt;br /&gt;
[[Category:Matrix normal forms]]&lt;br /&gt;
[[Category:Sparse matrices]]&lt;/div&gt;</summary>
		<author><name>128.97.159.98</name></author>
	</entry>
</feed>