If $A$ is a symmetric and $B$ is a skew symmetric matrix and $A+B$ is non singular and $C=(A+B)^{-1}(A-B)$,then prove that $C^TAC=A$.
My Attempt:
$C^T=((A+B)^{-1}(A-B))^T=(A-B)^T((A+B)^{-1})^T=(A^T-B^T)((A+B)^T)^{-1}$
$C^T=(A+B)(A-B)^{-1}$
$C^TAC=(A+B)(A-B)^{-1}A(A+B)^{-1}(A-B)$
But i am stuck here and could not solve further.Please help me.Thanks.