Complex conjugate of a 5 x 5 matrices?

  • #1
13
0
How do you do it?
 

Answers and Replies

  • #2
To get the complex conjugate of any matrix you just conjugate each entry.
 
  • #3
Sorry I am doing something similar; converting a ket into a bra. wouldn't something change like order.
 
Last edited:
  • #4
matt grime is completely right for "complex conjugate". However, you may be intending "Hermitian conjugate" or "adjoint". To find the Hermitian conjugate (adjoint) of a complex matrix you take the complex conjugate of each entry and take the transpose: rows become columns.
 
  • #5
Can i get a 5*5 matrices example
 
  • #6
[tex]A = \left(\begin{array}{ccccc}0 & i & 3 & 2 & 1 - 2i \\ -i & 7 & 6 & 4 & 0 \\
3 + i & 2 & 0 & -2i & 4 \\ 9 & 1 & i & 8 & 1 \\ 0 & 0 & 0 & 7i & 0\end{array}\right)[/tex] [tex]A^T = \left(\begin{array}{ccccc}0 & -i & 3 + i & 9 & 0 \\ i & 7 & 2 & 1 & 0 \\ 3 & 6 & 0 & i & 0 \\ 2 & 4 & -2i & 8 & 7i \\ 1 - 2i & 0 & 4 & 1 & 0\end{array}\right)[/tex] [tex]A^\dagger = \left(\begin{array}{ccccc}0 & i & 3 - i & 9 & 0 \\ -i & 7 & 2 & 1 & 0 \\ 3 & 6 & 0 & -i & 0 \\ 2 & 4 & 2i & 8 & -7i \\ 1 + 2i & 0 & 4 & 1 & 0\end{array}\right)[/tex]

I hope that's right and I've not made any mistakes.
 
  • #7
In Nylex's example, [tex]A^T[/tex] is the transpose and [tex]A^{\dagger}[/tex] is the Hermitian conjugate or adjoint.
Using the same example, the "complex conjugate" that was originally asked for, and matt grimes described, would be
[tex]A^* = \left(\begin{array}{ccccc}0 & -i & 3 & 2 & 1 + 2i \\ i & 7 & 6 & 4 & 0 \\3 - i & 2 & 0 & 2i & 4 \\ 9 & 1 & -i & 8 & 1 \\ 0 & 0 & 0 & -7i & 0\end{array}\right)[/tex]
 
  • #8
nice examples
 
Last edited:

Suggested for: Complex conjugate of a 5 x 5 matrices?

Replies
9
Views
644
Replies
2
Views
109
Replies
7
Views
380
Replies
13
Views
425
Replies
7
Views
699
Replies
8
Views
404
Replies
2
Views
537
Replies
13
Views
984
Replies
4
Views
545
Back
Top