csnsc14320
- 57
- 1
Homework Statement
Give the basis and dimension of the set of all 2x2 complex symmetric matrices.
Homework Equations
The Attempt at a Solution
I know that if the coefficients were real, then I could just have the basis
<br /> \left(<br /> \begin{array}{cc}<br /> 1 & 0\\<br /> 0 & 0<br /> \end{array}<br /> \right),<br /> <br /> \left(<br /> \begin{array}{cc}<br /> 0 & 1\\<br /> 1 & 0<br /> \end{array}<br /> \right),<br /> <br /> \left(<br /> \begin{array}{cc}<br /> 0 & 0\\<br /> 0 & 1<br /> \end{array}<br /> \right)<br />
but if the entries of the matrix can be in the form of a+bi, where a and b are real numbers, do I need three SEPARATE matrices with "i" coefficients or can i combine them somehow?
i.e., extend the dimension to 6 by:
<br /> \left(<br /> \begin{array}{cc}<br /> i & 0\\<br /> 0 & 0<br /> \end{array}<br /> \right)<br /> <br /> \left(<br /> \begin{array}{cc}<br /> 0 & i\\<br /> i & 0<br /> \end{array}<br /> \right)<br /> <br /> \left(<br /> \begin{array}{cc}<br /> 0 & 0\\<br /> 0 & i<br /> \end{array}<br /> \right)<br />
and thus my dimension would be 6?