It is the scalar multiplication of the matrix $A$, which means we multiply each entry of the matrix $A$ by the scalar $k$. So if $A$ is an $n \times m$ matrix, then $kA$ is also an $n \times m$ matrix with each entry $a_{ij}$ replaced by $ka_{ij}$.
Show more…