Multiplying matrices by scalars

When a matrix B is multiplied by a scalar α, the resulting matrix, denoted B', has each element bij scaled by α, meaning B'ij = α·bij.

$$ \alpha \cdot B = ( \alpha \cdot b_{ij} ) $$

Practical Example: Here, we multiply the scalar α=3 by a matrix A. The result is matrix A, with each element scaled by three.
product of a matrix and a scalar

    Properties of Scalar Multiplication

    Scalar multiplication of a real number and a matrix follows these properties:

    1. Distributive Property for Matrix Addition
      The product α·(A + B) equals the sum α·A + α·B.

      Note: Here, A and B are matrices, and α is a real number.

    2. Distributive Property for Scalar Addition
      The product (α+β)·A is equivalent to the sum α·A + β·A.
    3. Associative Property
      The product (α·β)·A is equal to α·(β·A).
    4. Multiplicative Identity
      Multiplying a matrix by one leaves it unchanged: 1·A = A. Hence, one acts as the multiplicative identity.
    5. Zero Property
      Multiplying any matrix by zero results in a zero matrix (0·A = O).
    6. Multiplicative Inverse
      The product of -1 and matrix A gives the additive inverse, so (-1)·A = -A.

     

     
     

    Please feel free to point out any errors or typos, or share suggestions to improve these notes. English isn't my first language, so if you notice any mistakes, let me know, and I'll be sure to fix them.

    FacebookTwitterLinkedinLinkedin
    knowledge base

    Matrices (linear algebra)