Matrix Square

Creator
Creator
Seonglae Cho
Created
Created
2023 Apr 17 15:24
Editor
Edited
Edited
2023 Apr 17 15:35
Refs
Refs
  1. Matrix multiplication is inner product of a row of A with a column of AT
  1. But the columns of AT are the rows of A, so the entry corresponds to the inner product of tworows of A If pij  is the entry of the product
  1. So it is symmatric
A2=ATAA^2 = A^TA
 
 
 
 
 

Recommendations