Symmetry, Transpose
Tags |
---|
Symmetric matrices
is a symmetric matrix. is an antisymmetric matrix. All symmetric and antisymmetric matrices are square.
Symmetric
The sufficient condition is that .
If a matrix is symmetric, this means that
- Can be decomposed into where is the the eigenbasis (spectral theorem)
- Has orthogonal eigenbasis (spectral theorem)
- Can be factored into . If is non-negative, the is real (derived from the factorization)
- Inverse is also symmetric
Note that symmetry does not guarentee invertibility as the eigenbasis may have eigenvalues of .
Side note: if a matrix is not symmetric, it can still be decomposed through SVD.
Sums of symmetric matrices
is symmetric and is antisymmetric. Furthermore, because , we can express any matrix as the sum of a symmetric and an antisymmetric matrix!!
Transpose
Transpose is just flipping rows and columns. Theoretically it deals with dual spaces but practically it's just the flip
These properties are important
-
-
-
Other properties
A matrix is symmetric
if and slew-symmetric
if
If you transpose a rectangular matrix, think of it as rotating around the major diagonal
Proof
This is the product of the jth row of with the ith column of , which means the jth colum of with the ith row of , which is just
where is a column in the original matrix
Proof : this is really simple. It's just using the transpose rule with the definition of a matrix-vector product