Interesting fact about matrix and rank

77 Views Asked by At

I know that rank of square matrix is equal to transpose of that but I am interested to know is that fact is also true for square of that matrix.
Is it $\text{rank}(A)=\text{rank}(A^2)$?

1

There are 1 best solutions below

0
On

Hint: $\begin{bmatrix}0&1\\0&0\end{bmatrix}^2=\begin{bmatrix}0&0\\0&0\end{bmatrix}$

What is the rank of $\begin{bmatrix}0&1\\0&0\end{bmatrix}$? What is the rank of $\begin{bmatrix}0&1\\0&0\end{bmatrix}^2?$


Something that is true however, is that $\text{rank}(AB)\leq \text{min}(\text{rank}(A),\text{rank}(B))$ so in this case $\text{rank}(A^2)\leq \text{rank}(A)$