I need help in understanding how to multiply the following matrix:

1/4 [ 4 0 -3 1]
[12 16 6 -4]
[0 -2 5 8]

a scalar multiple of a matrix multiplies every element inside the matrix.

So, the 2nd row becomes [3 4 3/2 -1]