1
$\begingroup$

Define $T : M_{n×n}(\mathbb{R}) → M_{n×n}(\mathbb{R})$ by $T(A) := A^t$.

I know that the corresponding eigenvalues are $+1$ and $-1$, but I'm not sure how to find the eigenvectors of this transformation, in the case of a $2\times 2$ matrix it's simple, but not in the general case.

  • 0
    Very good explanation, although reading the post I raised the question of what is the Characteristic Polynomial of $T$?2017-06-16

3 Answers 3

3

HINT: If the eigenvalue is $1$ means that $A=A^t$, so how are called this type of matrices? And if the eigenvalue is $-1$ means that $A=-A^t$, so again: who are these matrices?

  • 0
    symmetric matrices in the first case, not sure about the second one.2017-01-28
  • 0
    In the second case you have antisymmetric matrices.2017-01-28
  • 0
    I am sorry, but I still don't know how to find them.2017-01-28
  • 1
    Antisymmetric matrices are matrices such that: if $A=(a_{ij})$ then $-A^t=(-a_{ji})=(a_{ij})$.2017-01-28
  • 0
    I do get that part, but not how it relates.. you don't have to give me the answer but maybe an article that explains the relation of eigenvectors of symmetric matrices?2017-01-28
  • 0
    A matrix who associate eigenvalue is $-1$ means that $T(A)=A^t=-A$, so as in the comment above, we have $-A=A^t$ thus $(a_{ji})=(-a_{ij})$.2017-01-28
2

The vector space $\frak{M}$ of $n \times n$ matrices is the direct sum of the (sub)vector spaces of symmetric and skew-symmetric (anti-symmetric) matrices:

$$\frak{M}=\frak{S} \oplus \frak{A}$$

with dim$(\frak{S})$=$\dfrac{n(n+1)}{2}$ and dim$(\frak{A})$=$\dfrac{n(n-1)}{2}.$

(see for example (Direct summand of skew-symmetric and symmetric matrices))

In order to be more specific, let us take the case $n=3$ (the general case can be easily understood through this example). In this case dim$(\frak{S})$=$6$ and dim$(\frak{A})$=$3.$

A simple basis of eigenvectors of the transpose operator $T:A\mapsto A^T$ associated with

  • eigenvalue 1 is (symmetric matrices)

$$\pmatrix{1&0&0\\0&0&0\\0&0&0}, \pmatrix{0&0&0\\0&1&0\\0&0&0},\pmatrix{0&0&0\\0&0&0\\0&0&1}$$

$$\pmatrix{0&1&0\\1&0&0\\0&0&0}, \pmatrix{0&0&1\\0&0&0\\1&0&0},\pmatrix{0&0&0\\0&0&1\\0&1&0}$$

  • eigenvalue -1 is (skew-symmetric matrices)

$$\pmatrix{0&1&0\\-1&0&0\\0&0&0}, \pmatrix{0&0&1\\0&0&0\\-1&0&0},\pmatrix{0&0&0\\0&0&1\\0&-1&0}$$

1

$$A\text{ symmetric }\Rightarrow T(A)=A^T=A=1A\Rightarrow A \text{ is eigen value associated to }\lambda_1=1,$$ $$A\text{ skew-symmetric }\Rightarrow T(A)=A^T=-A=(-1)A\Rightarrow A \text{ is eigen value associated to }\lambda_2=-1.$$

On the other hand, $M_{n×n}(\mathbb{R})$ is direct sum of the subspaces of symmetric and skew-symmetric matrices, so there are no more eigenvalues.