All the elements in a matrix A are complex numbers with imaginary parts not equal to zero. If A∗ is the conjugate of the matrix A, aij is the general element of matrix A, then what is the general element of the matrix, A+A∗2.
By taking complex conjugate of a matrix we reverse the sign of imaginary parts of all the elements in the original matrix. i.e., if the element in A is x + iy, then the corresponding element in A∗ is x - iy.
So when A and A∗ is added the imaginary parts cancel out and the sum becomes 2 times the real part of element in A.
i.e., since (aij) is general element in A, the general element in A+A∗ becomes 2Re(aij).
∴ General element in A+A∗2=Re(aij).