Questions tagged [unitary-matrices]

This tag is for questions relating to Unitary Matrices which are comprise a class of matrices that have the remarkable properties that as transformations they preserve length, and preserve the angle between vectors.

Definition: A matrix $~U ∈ M_n~$ is said to be unitary if $~U^∗U = I=UU^∗~$ where $~U^*=\bar U^{\text{T}}~$ (i.e., $~U^∗~$ is complex conjugate transpose of $~U~$)and $~I~$ is the identity matrix.

Note$~1~$: If $~U ∈ M_n(\mathbb R)~$ and $~U^{\text{T}}U = I=UU^{\text{T}}~$, then $~U~$ is called real orthogonal.

We can also define Unitary matrix as follows

$U~$ is unitary if its conjugate transpose $~U^∗~$ is also its inverse—that is, if $~U^∗=U^{-1}~$.

Note$~2~$: Unitary matrices have significant importance in quantum mechanics because they preserve norms, and thus, probability amplitudes. In this case the Hermitian conjugate of a matrix is denoted by a dagger $~(†)~$ and the equation above becomes $$ {\displaystyle U^{\dagger }U=UU^{\dagger }=I.}$$

  • The set of unitary matrices form a group, called the unitary group.

References:

https://en.wikipedia.org/wiki/Unitary_matrix

http://mathworld.wolfram.com/UnitaryMatrix.html

502 questions
1
vote
0 answers

Homogeneous space of the unitary group U(n)

Consider the unitary group $U(2^n)$ and let $G$ be the subgroup isomorphic to $U(2^{n-1})$ embedded as: \begin{pmatrix} U & 0\\ 0 & U \end{pmatrix} where $U \in U(2^{n-1})$ (the same matrix in both blocks). How to describe the homogeneous space…
mkk
  • 388
1
vote
1 answer

Exponential of the product of unitary and hamiltonian matrices

If I have a unitary diagonal matrix $U$ and a Hamiltonian $H$ (let's say it is time independent), can I do that manipulation? $$e^{i UHU^{\dagger} t}=U e^{i H t}U^{\dagger}$$
fcoulomb
  • 349
1
vote
2 answers

Show that matrix is unitary

Suppose $0\neq v \in \mathbb{C}^n$. Show that the matrix $$U=I - 2\frac{vv^H}{\|v\|^2}$$ is unitary (with $^H$ being the conjugate transpose and I the identity matrix). What I've tried: A matrix U is unitary if $U^HU$ is equal to the identity…
0
votes
0 answers

Parameterisation of a $3\times3$ unitary matrix, only knowing the squared modulus

Let's say that I have a $3\times3$ complex unitary matrix $\mathbf{M}$, with elements $a_{i,j}$. If I only know the squared modulus of $\mathbf{M}$ and its elements (that is, I only know $|a_{i,j}|^2$), is there a parameterisation of $\mathbf{M}$…