Find Jordan Form if $A^2$=$E$

130 Views Asked by At

Find Jordan Form of $A$ if $A^2$=$E$

$E$ - Identity matrix.

I was wondering how can I find characteristic polynomial from this conditions. Or probably there is a 'special' solving way, never met such tasks before.

Couldn't find a way or a tip on the internet too.

2

There are 2 best solutions below

6
On BEST ANSWER

Note that the polynomial $$ p(t)=(t-1)(t+1) $$ annihilates $A$. It follows that the minimal polynomial $\mu_A(t)$ must divide $p(t)$. In particular, this implies that the only possible eigenvalues of $A$ are $\pm 1$. Moreover, the largest Jordan block for any eigenvalue has size one, since the minimal polynomial splits into linear factors. This implies that the Jordan form is $$ \DeclareMathOperator{diag}{diag} \diag(\pm1,\dotsc,\pm1) $$

4
On

Hint: $(A-E)(A+E)=A^2-E=0$. What can you say about the minimal polynomial of $A$?