let M $\in$ Mn(R) be a matrix such that M2 - M = 0, Then find M-1 (M inverse)?
My approach is:- Let M be an invertible matrix, $\Rightarrow$ M x M-1 = In, where In is identity matrix of order n. So, M2 - M = 0, $\Rightarrow$ M2 = M, $\Rightarrow$ M is an Idempotent Matrix. Now, multiple both sides with M-1 $\Rightarrow$ M2 x M-1 = M x M-1 $\Rightarrow$ M = In, $\Rightarrow$ M2 = In
But I am unable to proceed further to calculate the matrix. I don't know what steps I have follow to calculate M-1 of M.
Given $M^2-M=0$, then , $M^2=M$. If $M$ is invertible then,$M=I$. Inverse of an identity matrix is identity matrix. Hence $M^{-1}=M=I$.