Linear Algebra/Unitary and Hermitian matrices: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>Texvc2LaTeXBot
m Replacing deprecated latex syntax mw:Extension:Math/Roadmap
 
(No difference)

Latest revision as of 20:17, 22 May 2019

Unitary Matrices

Of considerable interest are linear maps that are "isometric", also known as "distance preserving maps". Such a map is also called an "isometry". Let u:nn denote an arbitrary isometric linear map. Recall from the chapter on orthonormal matrices that any isometric map that maps 0 to 0 is linear.

The distance preserving nature of isometries also means that angles are preserved. If a,bn are arbitrary vectors, then the dot product is preserved by isometric transformations: u(a)u(b)=ab.

The standard basis vectors for n, e1,e2,,en, are all of unit length and are all mutually orthogonal: eiej={1(i=j)0(ij)

If U=Rep(u)=(u1u2un) is the matrix that describes the isometric linear map u, then the columns ui=u(ei) are also all of unit length and are all mutually orthogonal: uiuj={1(i=j)0(ij)

The "Hermitian Transpose" of a matrix is the transpose with the conjugation of complex numbers applied on top:

(a1,1a1,2a1,ma2,1a2,2a2,man,1an,2an,m)H=(a1,1*a2,1*an,1*a1,2*a2,2*an,2*a1,m*a2,m*an,m*)

The orthonormal properties of the columns of U imply that the inverse of U is simply its Hermitian transpose: U1=UH. Any matrix whose inverse is its Hermitian transpose is referred to as being "unitary". The key property of a unitary matrix U is that U be square and that UHU=UUH=I (note that I=Rep(id) is the identity matrix). Unitary matrices denote isometric linear maps.

Hermitian matrices

Given a square n×n matrix A, analogous to how A is symmetric if AT=A, A is Hermitian if AH=A, meaning that diagonally opposite entries of A are complex conjugates of each other.

For example, A=(46i6i5) is symmetric but not Hermitian, but A=(46i6i5) is Hermitian but not symmetric.

Quadratic forms

Given a square n×n matrix A with real valued entries, the function Q(x)=xTAx is a quadratic function over the entries of xn, referred to as a "quadratic form". All terms in a quadratic form have degree 2. For instance, given the quadratic form Q(x1,x2)=4x127x1x2+5x22, Q(x1,x2) can be expressed as:

Q(x1x2)=(x1x2)(4705)(x1x2)

or as

Q(x1x2)=(x1x2)(43.53.55)(x1x2)

The coefficient of the term xixj for ij is the sum of the (i,j) and (j,i) entries. It then becomes sensible to split the coefficient of xixj between the (i,j) and (j,i) entries, in essence requiring A to be symmetric: AT=A.

Generalizing to complex numbers, consider the quadratic form Q(x)=xHAx, where xn is arbitrary. Requiring that A be Hermitian is similar to the requirement that A be symmetric in the case of real numbers. Q(x) always returns a real number if A is Hermitian:

Template:TextBox


Template:BookCat