Orthogonal Matrix is a special matrix, I thought it is the only case. The real surprise came in, when dealing with Real Skew Symmetric Matrix.
In this blog I like to capture the properties of Transpose Operation of Matrix and the relation of Transpose operation with Special Matrices.
Properties of Transpose Operation:
Let us see the properties
1. Inverse of Transpose: Transpose of Transpose
2. Transpose with Additivity
3. Transpose with Mulitiplicativity
4. Transpose with Scalar Multiplication
5. Transpose with Determinant
6. Share Same Eigen Values & Polynomial:
AT and A share same eigen values as they polynomial representation is same.
7. Dot Product with Transpose
8. Transpose exchange with Inverse
9. If A has all Real entries then
10.
We have seen 10 properties of Transpose Operation. Now let us see What it has to do with Special Matrices. We shall start with simple special to very special and we shall see what special property arises with it.
If A is Symmetric Matrix,
Only if A = AT we call a matrix Symmetric.
If A is Orthogonal Matrix, We call a matrix A orthogonal ATA = AAT = I
If A is Skew Symmetric Matrix
Only if AT = - A we call a matrix Skew Symmetric.
If A is Hermitian Matrix, We call a matrix H hermitian if H = Conjugate Transpose of H.
when we take transpose of hermitian we get AT = conjugate of A
If A is Skew-Hermitian Matrix
This is a combination of both Skewed Matix and Hermitian.
If A is Unitary Matrix, We call a matrix U unitary if U−1 = U∗ or U∗U = UU∗ = I. Here * denotes conjugate transpose.
For a unitary matrix U, determinant of U is 1. Hence it is called Unitary Matrix.
In the above cases we can see how various complex operation can be replaced with Transpose Operation, It is very interesting to know the application of Transpose :)
You can also read more about Special Matrices my other post.
No comments:
Post a Comment