4

I have several questions on an assignment that I just can't seem to figure out.

1) Let $A$ be $2\times 2$ matrix. $A$ is nilpotent if $A^2=0$. Find all symmetric $2\times 2$ nilpotent matrices.

It is symmetric, meaning the matrix $A$ should look like $A=\begin{bmatrix} a & b \\ b & c\end{bmatrix}$. Thus, by working out $A^2$ I find that

$a^2 + b^2 = 0$ and $ab + bc = 0$.

This tells me that $a^2 = - b^2$ and $a = -c$. I'm not sure how to progress from here.

2)Suppose $A$ is a nilpotent $2\times 2$ matrix and let $B = 2A$ - I. Express $B^2$ in terms of $B$ and $I$. Show that $B$ is invertible and find $B$ inverse.

To find $B^2$ can I simply do $(2A -I)(2A - I)$ and expand as I would regular numbers? This should give $4A^2 - 4A + I^2$. Using the fact that $A^2$ is zero and $I^2$ returns $I$, the result is $I - 4A$. From here do I simply use the original expression to form an equation for $A$ in terms of $B$ and $I$ and substitute it in? Unless I am mistaken $4A$ cannot be treated as $2A^2$ and simplified to a zero matrix.

3) We say that a matrix $A$ is an idempotent matrix if $A^2 = A$. Prove that an idempotent matrix $A$ is invertible if and only if $A = I$.

I have no idea how to begin on this one.

4) Suppose that $A$ and $B$ are idempotent matrices such that $A+B$ is idempotent, prove that $AB = BA = 0$.

Again, I don't really have any idea how to begin on this one.

Git Gud
  • 31,356
Kev
  • 119
  • @julien write it as an answer? – Git Gud Jan 27 '13 at 23:58
  • @Kev Do the matrices have all their entries over the real numbers or are you considering complex numbers as well? – Git Gud Jan 28 '13 at 00:20
  • @GitGud The entries are all real numbers, complex numbers are something above my current level. – Kev Jan 28 '13 at 00:24
  • @Kev Then take a look at Henry's hint in the comment on his answer. – Git Gud Jan 28 '13 at 00:25