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

In summary, the conversation discusses various concepts related to complex matrices, including complex conjugate matrices, transpose matrices, and conjugate transpose matrices. The proper notation for these concepts is clarified, with A^* or A^H being more commonly used for the conjugate transpose. It is also mentioned that complex conjugation is commonly used in conjunction with the transpose operation for complex matrices. The context and author's intentions are taken into consideration when discussing the correct notation for these concepts.
  • #1
sponsoredwalk
533
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 =
\begin{bmatrix}
1 & 1 + i & 2 + i \\
2 + 3i & 4 - i & 3 + 2i

\end{bmatrix}
[/tex]

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

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

[tex] 4. Conjugate Transpose Matrix [/tex]
[tex] \overline{A}^T =
\begin{bmatrix}
1 & 2 + 3i \\
1 + i & 4 - i\\
2 + i & 3 + 2i
\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
  • #2
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.
 
  • #3
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.
 
  • #4
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:
  • #5
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 :tongue2:

Cheers, have a good evening
 

1. What is the purpose of studying linear algebra?

Linear algebra is a branch of mathematics that focuses on the study of linear equations and their properties. It is a fundamental tool in many areas of science, engineering, and economics, and is used to solve problems involving systems of linear equations, transformations, and vector spaces.

2. What are the essential concepts in linear algebra?

The essential concepts in linear algebra include vectors, matrices, matrix operations, determinants, eigenvalues and eigenvectors, and systems of linear equations. These concepts provide a foundation for understanding more complex topics such as vector spaces, linear transformations, and matrix factorization.

3. How is linear algebra used in machine learning?

Linear algebra is an essential tool in machine learning as it provides a framework for representing and manipulating data. It is used to perform operations such as dimensionality reduction, regression analysis, and clustering, which are crucial in building and training machine learning models.

4. What are the real-world applications of linear algebra?

Linear algebra has a wide range of real-world applications, including image and signal processing, computer graphics, data compression, network analysis, and optimization. It is also used in physics, chemistry, and economics to model and solve problems involving linear systems.

5. How can I improve my understanding of linear algebra?

To improve your understanding of linear algebra, it is essential to practice solving problems and working with concepts. You can also supplement your learning by reading textbooks, watching online lectures, and participating in online courses and forums. Additionally, working on real-world projects that involve linear algebra can also help enhance your skills.

Similar threads

  • Linear and Abstract Algebra
Replies
10
Views
130
  • Linear and Abstract Algebra
Replies
11
Views
4K
  • Linear and Abstract Algebra
Replies
8
Views
784
  • Linear and Abstract Algebra
Replies
5
Views
956
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
711
  • Linear and Abstract Algebra
Replies
6
Views
1K
  • Linear and Abstract Algebra
Replies
6
Views
1K
  • Linear and Abstract Algebra
Replies
2
Views
785
Replies
27
Views
1K
Back
Top