What are the properties of complex and conjugate matrices in linear algebra?

Click For Summary

Discussion Overview

The discussion focuses on the properties of complex matrices and their conjugates in linear algebra, including definitions and notations for complex matrices, complex conjugate matrices, transposes, and conjugate transposes. Participants explore potential confusions regarding these concepts and their representations in mathematical notation.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant presents a complex matrix and its conjugate, along with their transposes and conjugate transposes, expressing uncertainty about the correctness of their definitions.
  • Another participant suggests that the transposes in the original post are swapped and clarifies that A^T typically refers to the transpose, not the conjugate transpose, although some authors may use it differently.
  • A participant notes that A^* generally denotes the conjugate transpose and mentions alternative notations like A^H for the same concept.
  • Further discussion includes the idea that complex conjugation often accompanies transposition for matrices with complex entries, referencing a book for context.
  • There is a suggestion that the author of the referenced book may imply that the conjugate transpose is the standard transpose for complex matrices, which could lead to confusion in notation.
  • A participant expresses relief at clarifying their understanding of the notations and relationships between the matrices discussed.

Areas of Agreement / Disagreement

Participants express differing views on the correct notation for transposes and conjugate transposes, indicating that there is no consensus on the definitions and representations in the context of complex matrices.

Contextual Notes

There is a potential ambiguity in the notation used for transposes and conjugate transposes, as well as the definitions provided in the referenced book, which may not align with all authors' conventions.

Who May Find This Useful

Readers interested in linear algebra, particularly those studying complex matrices and their properties, may find this discussion beneficial.

sponsoredwalk
Messages
531
Reaction score
5
Hey I'd appreciate it if somebody could "yay or nay" my understanding of the following concepts, I think I'm mixing something up.

[tex]1. Complex Matrix[/tex]
[tex]A =<br /> \begin{bmatrix}<br /> 1 & 1 + i & 2 + i \\<br /> 2 + 3i & 4 - i & 3 + 2i<br /> <br /> \end{bmatrix} [/tex]

[tex]2. Complex Conjugate Matrix[/tex]
[tex]\overline{A} =<br /> \begin{bmatrix}<br /> 1 & 1 - i & 2 - i \\<br /> 2 - 3i & 4 + i & 3 - 2i \end{bmatrix}[/tex]

[tex]3. Transpose Matrix[/tex]
[tex]A^T =<br /> \begin{bmatrix}<br /> 1 & 2 - 3i \\<br /> 1 - i & 4 + i\\<br /> 2 - i & 3 - 2i<br /> \end{bmatrix}[/tex]

[tex]4. Conjugate Transpose Matrix[/tex]
[tex]\overline{A}^T =<br /> \begin{bmatrix}<br /> 1 & 2 + 3i \\<br /> 1 + i & 4 - i\\<br /> 2 + i & 3 + 2i<br /> \end{bmatrix}[/tex]

I think these last two may be confused or maybe even the 4th one is just my invention.
I'd appreciate a word of comment should any corrections be required.

5: What does [tex]A^*[/tex] usually signify, is it the complex conjugate or the complex transpose (assuming it exists).
 
Physics news on Phys.org
Your (3) and (4) should be swapped. [itex]A^T[/itex] usually means just the transpose, not the conjugate transpose, even for a matrix with complex entries. (Some authors do mean conjugate transpose when they write [itex]A^T[/itex], though, so watch out for the context.)

As far as I know, [itex]A^*[/itex] pretty much universally means "conjugate transpose", not just "conjugate," although it would not completely surprise me if there is some eccentric author who uses it that way.

Another notation for conjugate transpose is [itex]A^H[/itex], where "H" stands for "Hermitian transpose," which means exactly the same thing as "conjugate transpose."

Matlab uses [itex]A'[/itex] for conjugate transpose, but I've never seen that notation used anywhere else.
 
Whenever a matrix contains complex entries, the operation of complex conjugation
almost always accompanies the transpose operation.
(Recall that the complex conjugate of z = a + ib is
defined to be [tex]\overline{z}[/tex] = a - ib.)
---------------------------------From My Book
Thanks for the reply, yes it may be the context. From this quote & from the context would you now say I'm right in what I've previously written or am I still confused?

What should I switch in 3 & 4 (assuming it's still wrong), does the title of 3 represent the 4th matrix and vice versa or is everything okay considering the context this author has chosen?

I was mainly concerned that I had invented an extra matrix or something.
 
sponsoredwalk said:
---------------------------------From My Book
Thanks for the reply, yes it may be the context. From this quote & from the context would you now say I'm right in what I've previously written or am I still confused?

I agree that the quote is a little vague. I think what the author means is that the conjugate transpose is the "natural" transpose of a complex matrix, i.e., most theorems/results that involve using the transpose of a real matrix require that you use a conjugate transpose if the matrix is complex.

[Something similar is true for plain old numbers. For example, consider the magnitude squared of a real number x. You can calculate it simply as [itex]|x|^2 = x^2 = xx[/itex]. But for a complex number z, you need a complex conjugate on one of the factors: [itex]|z|^2 = \overline{z}z[/itex].]

The notation for a conjugate transpose is usually [itex]A^*[/itex] or [itex]A^H[/itex], and it's not a good idea to write [itex]A^T[/itex] when you mean conjugate transpose. I don't think that is what the author is suggesting (I hope it isn't), but like I said, it's a little vague.

P.S. Regarding what you should swap... if you swap just the matrices in (3) and (4), but leave the titles and the notation alone, then it will be correct, with the proviso that while [tex]\overline{A}^T[/tex] is perfectly valid notation for the conjugate transpose, it's much more usual to write [itex]A^*[/itex] or [itex]A^H[/itex].
 
Last edited:
Your message helped me understand the book better. Thanks I've cracked it now,

[tex]A = [a_i_j][/tex]
[tex]\overline{A} = [\overline{a}_i_j][/tex]
[tex]A^T = [a_j_i][/tex]
[tex]\overline{A}^T = A^* = [\overline{a}_j_i][/tex]

I forget the exact Hermitian Matrix since I learned it so long ago & am relearning Lin Alg but it's up next so I'll be back assuming any problems :-p

Cheers, have a good evening
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 11 ·
Replies
11
Views
6K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K