Find a example of $A$ be $4 \times 4$ matrix such that $A$ has rank $2$ but $A^2 =0 $?

330 Views Asked by At

Find a example of $A$ be $4 \times 4$ matrix such that $A$ has rank $2$ but $A^2 =0 $?

My attempt :

$$A=\begin{bmatrix} 0 & 0 & 1 &0\\0 & 0 & 1 & 0\\0 &0 &0 &0 \\0 &0 &0 &0 \\\end{bmatrix}$$

Is it correct ??

Any hints/solution will be apprecaited

thanks u

1

There are 1 best solutions below

1
On BEST ANSWER

Your first 2 lines are not independent thus the rank is 1 and not 2. Look at $$A=\begin{bmatrix} 0 & 0 & 1 &0\\0 & 0 & 0 & 0\\0 &0 &0 &0 \\0 &1 &0 &0 \\\end{bmatrix}$$