Show that for any square matrix, the matrix A +(A)^t is sym

  • Thread starter Thread starter MidgetDwarf
  • Start date Start date
  • Tags Tags
    Matrix Square
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
MidgetDwarf
Messages
1,630
Reaction score
735
Show that for any square matrix, the matrix A + ( A )^t is symmetric.

My attempt. I know that A square matrix has the property that asub (ij). Where i=1,..., m and j=1,..,n.
M=n(same number of rows and columns).

I know that a transpose of a matrix means to interchange the rows with columns.

What I do not understand what it means for a matrix to be symmetric?
 
Physics news on Phys.org
Sorry I forgot the t means the transpose if anyone is confused about my notation.
 
MidgetDwarf said:
What I do not understand what it means for a matrix to be symmetric?
A matrix B is symmetric if BT=B

In other words Bmn=Bnm for all entries (which also means it must be square). The diagonal entries can be anything because, for example, B11=B11 is always true. But B12 must equal B21, and so on.

(It's easy to understand visually.)