If $A$ is $3 \times 3$ invertible matrix, then
show that for any scalar $k\neq 0$, $kA$ is also invertible and that $$(kA)^{-1}=\frac{A^{-1}}{k}$$
If $A$ is $3 \times 3$ invertible matrix, then
show that for any scalar $k\neq 0$, $kA$ is also invertible and that $$(kA)^{-1}=\frac{A^{-1}}{k}$$
It is well-known that if you find an inverse for a matrix, that inverse matrix will be unique.
So what we have to do is to show that $\left(\frac 1k {A^{-1}}\right)\cdot (kA)=Id=(kA)\cdot \left(\frac 1k {A^{-1}}\right)$.
We have $\left(\frac 1k {A^{-1}}\right)\cdot (kA) = \left(\frac 1k k\right)\cdot (A^{-1}A)=1\cdot Id=Id$ and $(kA)\cdot \left(\frac 1k {A^{-1}}\right)=\left(k\frac 1k\right)\cdot (AA^{-1}) = 1\cdot Id = Id$.
So by the uniqueness of the inverse matrix we have that $\frac1k A^{-1}$ is the inverse of the matrix $kA$.