Nick89
- 553
- 0
Homework Statement
This was a question in a recent exam and I would like to know if the answer I gave is correct since I not 100% sure...
If \mathbf{x} and \mathbf{y} are complex vectors in C^n (complex) and M is a square (n x n)-matrix (also in C^n), prove that:
\mathbf{x} \cdot (M \mathbf{y}) = (M^* \mathbf{x}) \cdot \mathbf{y}
(where M* denotes the complex conjugate + the transpose of M: M^* = \overline{M}^T
(The dot denotes the standard complex dot-product)
The Attempt at a Solution
I did the following:
\mathbf{x} \cdot \mathbf{y} = \mathbf{x}^T \mathbf{\overline{y}}
So
\mathbf{x} \cdot (M \mathbf{y}) = \mathbf{x}^T \overline{M \mathbf{y}} = \mathbf{x}^T \overline{M} \overline{\mathbf{y}}
Now:
\mathbf{x}^T \overline{M} = (M^* \mathbf{x})^T because (M^* \mathbf{x})^T = \mathbf{x}^T (M^*)^T = \mathbf{x}^T \overline{M}
So, now we have:
\mathbf{x} \cdot (M \mathbf{y}) = (M^* \mathbf{x})^T \overline{\mathbf{y}} = (M^* \mathbf{x}) \cdot \mathbf{y}
Is this solution correct? Or did I make an error somewhere? (I'm not entirely sure of the very first statement for example...)
Thanks.