A matrix is said to be as ordered rectangular array of number. The operation on matrices that is the multiplication of a matrix generally falls into two categories
- Scalar Multiplication: In the matrix, a real number is called a scalar in which a single number is being multiplied by all the elements present in the matrix.
- Multiplication of the matrix with another entire matrix.
Scalar Multiplication
Multiplication of scalar means, multiplying a matrix by a number i.e. a real number. In general, we may define multiplication of a matrix by a scalar as follows: If
Example 1: Suppose Mohan has a factory which produces clothes for boys and girls in three different price tags. The quantity produced by a factory is represented as matrices given below :
Solution: From the above information the matrix can be represented by doubling each price categories as follows:
Total Production =
Example 2: If
Solution :
Multiplication between two matrices
Multiplication between two matrices is feasible if the number of columns of the first matrix is same as the matrix of rows in another matrix then matrix multiplication can be done. In general, Let
Properties of multiplication of matrices
- The associative law: For any three matrices A, B and C. We have (AB)C =A(BC), whenever both sides of the equality are defined.
- The distributed law: For three matrices A, B and C. (i) A (B+C) = AB + AC and (ii) (A+B)C = AC + BC, whenever both sides of equality are defined.
- The existence of multiplicative identity: For every square matrix A, there exists an identity matrix of same order such that IA = AI = A.
Example 3: If
Solution: This is a 2*2 matrix in which each entry in the sum of the product across some row of the A with the corresponding entries down some columns of B. These four computations is:
Entry in first row first column
Entry in first row second column
Entry in second row first column
Entry in second row second column
Thus
Exercise
- If
, Find 2A - Let
and . Find AB and BA. - If
and . Find AB. - Show that the matrix
satisfies the equation . - If
and . Find AB.