Hermitian Conjugate of Matrix Explained

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
raintrek
Messages
68
Reaction score
0
Simple question, and pretty sure I already know the answer - I just wanted confirmation,

Considering the Hermitian Conjugate of a matrix, I understand that

[tex]A^{+} = A[/tex] where [tex]A^{+} = (A^{T})^{*}[/tex]

Explicitly,

[tex](A_{nm})^{*} = A_{mn}[/tex]

Would this mean that for a matrix of A, where A is

a b
c d

that

a b
c d

=

a* c*
b* d*

=

A11 A12
A21 A22

=

A11* A21*
A12* A22*

Thanks for the clarification!
 
Physics news on Phys.org
And can I also ask why this seems to be a general property of the Hermitian Conjugate?

[tex](AB)^{+} = B^{+} A^{+}[/tex]

rather than

[tex](AB)^{+} = A^{+} B^{+}[/tex]
 
for your first post, you have done correct.

a b
c d

becomes

a* c*
b* d*

when you do hermitian conjugate of it.

And
[tex](AB)^{\dagger} = B^{\dagger} A^{\dagger}[/tex]

Follows from
[tex](AB)^{T} = B^{T} A^{T}[/tex]

Very easy to prove
 
As for
[tex](AB)^{\dagger} = B^{\dagger} A^{\dagger}[/tex]
and
[tex](AB)^{T} = B^{T} A^{T}[/tex]

remember that multiplication of matrices is NOT commutative.
With [itex](AB)^{T} = B^{T} A^{T}[/itex] we have [itex](AB)^T(AB)= (A^T)(B^T B)(A)= A^T A= I[/itex]. If we tried, instead, [itex](A^TB^T)(AB)[/itex] we would have [itex](A^T)(B^T A)(B)[/itex] and we can't do anything with that.