MHB Symmetric and anti-symmetric matrices

Yankel
Messages
390
Reaction score
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 !
 
Physics news on Phys.org
Hi Yankel,

If you don't know the relations just do the computations, I mean, call
$A=(a_{i,j})_{i,j=1}^{n}$, $B=(b_{i,j})_{i,j=1}^{n}$ and $P=(p_{i,j})_{i,j=1}^{n}$.

Now, for example the entry $(i,j)$ of the matrix $AB$ is the product of the $i$-th row of $B$ times the $j$-th column of $B$ so it is
$\displaystyle\sum_{k=1}^{n}a_{i,k}b_{k,j}$

Now you have to check if this is equal, inverse of nothing to the $(j,i)$ entry of the same matrix, that will be
$\displaystyle\sum_{k=1}^{n}a_{j,k}b_{k,i}$

For doing this, take into account that $a_{i,j}=a_{j,i}$ and $b_{i,j}=-b_{i,j}$ for every $i\neq j$. (Sometimes in antisymmetric matrices $a_{i,i}=0$ but sometimes $a_{i,i}$ could be whatever, it depends on the definition of antisymmetry you are working with)

The same idea can be extended to all your cases.
 
Yankel said:
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 !
Just find the transpose of each of these matrices, using the facts that $A^{\small\mathsf{T}} = A$, $B^{\small\mathsf{T}} = -B$, and the transpose of a product is the product of the transposes in reverse order.

For example, the transpose of the matrix 1) is $$(5AB - 5BA)^{\small\mathsf{T}} = (5AB)^{\small\mathsf{T}} - (5BA)^{\small\mathsf{T}} = 5B^{\small\mathsf{T}}A^{\small\mathsf{T}} - 5A^{\small\mathsf{T}}B^{\small\mathsf{T}} = 5(-B)A - 5A(-B) = 5AB - 5BA.$$ That is the same as the original matrix, so you conclude that this matrix is symmetric.
 
Thread 'How to define a vector field?'
Hello! In one book I saw that function ##V## of 3 variables ##V_x, V_y, V_z## (vector field in 3D) can be decomposed in a Taylor series without higher-order terms (partial derivative of second power and higher) at point ##(0,0,0)## such way: I think so: higher-order terms can be neglected because partial derivative of second power and higher are equal to 0. Is this true? And how to define vector field correctly for this case? (In the book I found nothing and my attempt was wrong...

Similar threads

Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
5
Views
5K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
7K
  • · Replies 6 ·
Replies
6
Views
1K