sponsoredwalk
- 531
- 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.
1. Complex Matrix
A =<br /> \begin{bmatrix}<br /> 1 & 1 + i & 2 + i \\<br /> 2 + 3i & 4 - i & 3 + 2i<br /> <br /> \end{bmatrix} <br />
2. Complex Conjugate Matrix
\overline{A} =<br /> \begin{bmatrix}<br /> 1 & 1 - i & 2 - i \\<br /> 2 - 3i & 4 + i & 3 - 2i \end{bmatrix}
3. Transpose Matrix
A^T =<br /> \begin{bmatrix}<br /> 1 & 2 - 3i \\<br /> 1 - i & 4 + i\\<br /> 2 - i & 3 - 2i<br /> \end{bmatrix}
4. Conjugate Transpose Matrix
\overline{A}^T =<br /> \begin{bmatrix}<br /> 1 & 2 + 3i \\<br /> 1 + i & 4 - i\\<br /> 2 + i & 3 + 2i<br /> \end{bmatrix}
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 A^* usually signify, is it the complex conjugate or the complex transpose (assuming it exists).
1. Complex Matrix
A =<br /> \begin{bmatrix}<br /> 1 & 1 + i & 2 + i \\<br /> 2 + 3i & 4 - i & 3 + 2i<br /> <br /> \end{bmatrix} <br />
2. Complex Conjugate Matrix
\overline{A} =<br /> \begin{bmatrix}<br /> 1 & 1 - i & 2 - i \\<br /> 2 - 3i & 4 + i & 3 - 2i \end{bmatrix}
3. Transpose Matrix
A^T =<br /> \begin{bmatrix}<br /> 1 & 2 - 3i \\<br /> 1 - i & 4 + i\\<br /> 2 - i & 3 - 2i<br /> \end{bmatrix}
4. Conjugate Transpose Matrix
\overline{A}^T =<br /> \begin{bmatrix}<br /> 1 & 2 + 3i \\<br /> 1 + i & 4 - i\\<br /> 2 + i & 3 + 2i<br /> \end{bmatrix}
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 A^* usually signify, is it the complex conjugate or the complex transpose (assuming it exists).