Skip to content

Matrix scalar multiplication

When multiplying a matrix by a scalar (a single number), we multiply each element of the matrix by that scalar.

For a 2x2 matrix, this can be written as:

  • multiply each element of the matrix by 2:
    • Top-left:
    • Top-right:
    • Bottom-left:
    • Bottom-right:
  • So,
  • Answer: