-1

If A is a symmetric matrix, then verify that A×A' (transpose) and also A'×A is also symmetric

Bernard
  • 175,478

1 Answers1

0

Note that in general $$(AB)'=B'A'$$

For a symmetric matrix we have $A'=A$

$$AA'=A'A=A^2$$ $$(AA')'=A''A=A^2=AA'$$ $$(A'A)'=A'A''=A^2=A'A$$