Hotmath
Math Homework. Do It Faster, Learn It Better.

Scalar Multiplication of Matrices

In matrix algebra, a real number is called a scalar .

The scalar product of a real number, r , and a matrix A is the matrix r A .  Each element of matrix r A is r times its corresponding element in A .

Given scalar r and matrix A = [ a 11 a 12 a 21 a 22 ] , r A = [ r a 11 r a 12 r a 21 r a 22 ] .

Example 1:

Let A = [ 2 1 3 2 ] , find 4 A .

4 A = 4 [ 2 1 3 2 ] = [ 4 2 4 1 4 3 4 ( 2 ) ] = [ 8 4 12 8 ]

Properties of Scalar Multiplication:

Let A and B be m × n matrices.  Let O m × n be the m × n zero matrix and let p and q be scalars.

Properties of Scalar Multiplication
Associative Property p ( q A ) = ( p q ) A
Closure Property p A is an m × n matrix.
Commutative Property p A = A p
Distributive Property   ( p + q ) A = p A + q A p ( A + B ) = p A + p B
Identity Property 1 A = A
Multiplicative Property of 1 ( 1 ) A = A
Multiplicative Property of 0 0 A = O m × n