I have a short question because wikipedia is extremly vague on this subject.
Suppose I have the matrix $A=\begin{pmatrix} i & 1 \\ 1 & -i\end{pmatrix}$.
Is it symmetric? I mean, in the complex field transpose is defined not like in the real field. I'd like someone to help clarify the difference between symmetric, hermatian, and how transposition is defined over R and C. Is this matrix symmetric? is it hermatian?
A square matrix $A$ is called symmetric if $A=A^T$ , and Hermitian if $A=A^H=\bar A^T$. So we don't care whether elements of matrix are real or complex. For real matrices, symmetric is equivalent to Hermitian. But symmetric matrix in complex may not be Hermitian (say $A$ in your example).