1

I am trying to simplify this expression where $$ (X(X^TX)^{-1}X^T)^T = X(X^TX)^{-1}X^T $$ should hold. However, I am not sure what to do with $((X^TX)^{-1})^T$ once I make the transpose notation into the bracket. Any hint/help would be really appreiciated!

79999
  • 157
  • 1
  • 8

1 Answers1

3

For any invertible matrix $A$, we have: $$(A^T)^{-1}=(A^{-1})^T\ . $$

Now, let $A=X^TX$. Then since $A^T=A$, we have $$ (A^{-1})^T=A^{-1}\ . $$