weetabixharry
- 111
- 0
I have a complex square matrix, \textbf{C}, which satisfies:
\textbf{C}\textbf{C} = (\textbf{I} \odot \textbf{C})
where \textbf{I} is the identity matrix and \odot denotes the Hadamard (element-by-element) product. In other words, \textbf{C}\textbf{C} is a diagonal matrix whose diagonal entries are the same as the diagonal entries of \textbf{C}, which is not necessarily diagonal itself.
Furthermore, \textbf{C} is Hermitian:
\textbf{C}^{H}=\textbf{C}
and \textbf{C} must be full rank (because actually, in my problem, \textbf{C} \triangleq (\textbf{A}^{H}\textbf{A})^{-1}, where \textbf{A} is complex square invertible).
I want to determine whether \textbf{C} = \textbf{I} is the only solution (because this would imply that \textbf{A} is unitary). (This is equivalent to proving that \textbf{C} is diagonal). By expanding out terms, I've shown that \textbf{C} = \textbf{I} is the only invertible solution for (3 \times 3) matrices, but I can't seem to obtain a general proof.
Any help or insight would be very much appreciated - I'm completely stumped!
\textbf{C}\textbf{C} = (\textbf{I} \odot \textbf{C})
where \textbf{I} is the identity matrix and \odot denotes the Hadamard (element-by-element) product. In other words, \textbf{C}\textbf{C} is a diagonal matrix whose diagonal entries are the same as the diagonal entries of \textbf{C}, which is not necessarily diagonal itself.
Furthermore, \textbf{C} is Hermitian:
\textbf{C}^{H}=\textbf{C}
and \textbf{C} must be full rank (because actually, in my problem, \textbf{C} \triangleq (\textbf{A}^{H}\textbf{A})^{-1}, where \textbf{A} is complex square invertible).
I want to determine whether \textbf{C} = \textbf{I} is the only solution (because this would imply that \textbf{A} is unitary). (This is equivalent to proving that \textbf{C} is diagonal). By expanding out terms, I've shown that \textbf{C} = \textbf{I} is the only invertible solution for (3 \times 3) matrices, but I can't seem to obtain a general proof.
Any help or insight would be very much appreciated - I'm completely stumped!