- #1
Yankel
- 395
- 0
Hello all,
I have 3 matrices, A - symmetric, B - anti symmetric, and P - any matrix
All matrices are of order nXn and are not the 0 matrix
I need to tell if the following matrices are symmetric or anti symmetric:
1) 5AB-5BA
2) 4B^3
3) A(P^t)(A^t)
4) (A+B)^2
5) BAB
How would you approach this, are there any known relations between symmetric and anti symmetric matrices ? Thanks !
I have 3 matrices, A - symmetric, B - anti symmetric, and P - any matrix
All matrices are of order nXn and are not the 0 matrix
I need to tell if the following matrices are symmetric or anti symmetric:
1) 5AB-5BA
2) 4B^3
3) A(P^t)(A^t)
4) (A+B)^2
5) BAB
How would you approach this, are there any known relations between symmetric and anti symmetric matrices ? Thanks !