Dividing or multiplying a matrix with a constant will divide or multiply every matrix element with that constant.

Let's see what happens when we divide a matrix by 2.

Sweet! *, +, and - work the same way. The operation is carried out between the constant and each individual element.

We can carry out many operations on matrices, but we'll use division as an example here.