Skip to content
Prev 75497 / 398502 Next

General expression of a unitary matrix

Google led me to 
"http://mathworld.wolfram.com/SpecialUnitaryMatrix.html", where I 
learned that a "special unitary matrix" U has det(U) = 1 in addition to 
the "unitary matrix" requirement that

	  U %*% t(Conj(U)) == diag(dim(U)[1]).

	  Thus, if U is a k x k unitary matrix with det(U) = exp(th*1i), 
exp(-th*1i/k)*U is a special unitary matrix.  Moreover, the special 
unitary matrices are a group under multiplication.

	  Another Google query led me to  	 
"http://mathworld.wolfram.com/SpecialUnitaryGroup.html", which gives a 
general expression for a special unitary matrix, which seems to require 
three real numbers, not four;  with a fourth, you could get a general 
unitary matrix.

	  spencer graves
J. Liu wrote: