I got $A^t = -A$ (A antisymetric) and B symetric: $B^t = B$. I need to know if $(A + B)^2$ is symetric. I couldn't find a formula which describe it. In addition, I know that A and B are non zero and with order of 3x3.
The best I could find to try and prove the symetry:
$$ [(A+B)^2]_i,_j = \sum_1^3(\alpha_i,_k+\beta_i,_k)(\alpha_k,_j+\beta_k,_j) $$ $$ [(A+B)^2]_j,_i = \sum_1^3(\alpha_j,_k+\beta_j,_k)(\alpha_k,_i+\beta_k,_i)= \sum_1^k(-\alpha_i,_k+\beta_i,_k)(-\alpha_j,_k+\beta_j,_k) $$ Both of them are almost identical beside the fact that one got -alphas and the other got +alphas. Thus, i think there could be matrices A and B which it will be true and a pair which it won't be true.
How can I solve this question? Or how can I find those pairs of matrices?