How Does Matrix Transposition Affect the Product A^T A?

  • Thread starter Thread starter jtruth914
  • Start date Start date
  • Tags Tags
    Matrix Transpose
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
jtruth914
Messages
20
Reaction score
0
Let [itex]B=A^{T}A[/itex]. Show that [itex]b_{ij}[/itex]=[itex]a^{T}_{i}[/itex][itex]a_{j}[/itex].

I have no idea how to approach this problem.
 
Physics news on Phys.org
jtruth914 said:
Let [itex]B=A^{T}A[/itex]. Show that [itex]b_{ij}[/itex]=[itex]a^{T}_{i}[/itex][itex]a_{j}[/itex].

I have no idea how to approach this problem.
I don't understand your notation. Could you please clarify what you've written?
 
Let [itex]B=A^{T}A[/itex]. Show that [itex]b_{ij}[/itex]=[itex]a^{T}_{i}[/itex][itex]a_{j}[/itex].

When you transpose [itex]A[/itex]You are flipping the rows and columns.
When you multiply [itex]A^{T}A[/itex] you would generate each element [itex]b_{ij}[/itex] will be the dot product of row i of the first matrix and column j of the second matrix. Since the first matrix is the transposition of the second, row i of that transposition will be column i of the original. So each element will be the dot product of two column vectors:

[itex]b_{ij}[/itex]=[itex]a_{i}[/itex]·[itex]a_{j}[/itex]

Using matrix notation, this is:

[itex]b_{ij}[/itex]=[itex]a^{T}_{i}[/itex][itex]a_{j}[/itex]