Multiplication of Two Matrices

Here we will learn the process of Multiplication of two matrices.

Two matrices A and B are conformable (compatible) for multiplication

(i) AB if the number of columns in A = the number of rows in B

(ii) BA if the number of columns in B = the number of rows in A.


To find the product AB when A and B are conformable for multiplication AB

Let A = \(\begin{bmatrix} a & b\\ c & d \end{bmatrix}\) and B = \(\begin{bmatrix} x & y & z\\ l & m & n \end{bmatrix}\)

A is a 2 × 2 matrix and B is a 2 × 3 matrix.

Therefore, the number of columns in A = the number of rows in B = 2.

Therefore, AB can be found because A, B are conformable for multiplication AB.

The product AB is defined as

AB = \(\begin{bmatrix} a & b\\ c & d \end{bmatrix}\) \(\begin{bmatrix} x & y & z\\ l & m & n \end{bmatrix}\)

   = \(\begin{bmatrix} a(x) + b(l) & a(y) + b(m) & a(z) + b(n)\\c(x) +d(l) & c(y) + d(m) & c(z) + d(n) \end{bmatrix}\)

Product of Two Matrices
Multiplication of Two Matrices

Clearly, the product BA is not possible because the number of columns in B(=3) ≠ the number of rows in A(=2).

Note: Given two matrices A and B, AB may be found but BA may not be found. It is also possible that neither AB nor BA can be found, or both AB and BA can be found.


Solved Example on Multiplication of Two Matrices:

1. Let A = \(\begin{bmatrix} 2 & 5\\ -1 & 3 \end{bmatrix}\) and B = \(\begin{bmatrix} 2 & 5\\ -1 & 3 \end{bmatrix}\). Find AB and BA. Is AB = BA?

Solution:

Here, A is of the order 2 × 2 and B is of the order 2 × 2.

So, the number of columns in A = the number of rows in B. Hence, AB can be found. Also, the number of columns in B = the number of rows in A. Hence, BA can also found.

Now,

AB = \(\begin{bmatrix} 2 & 5\\ -1 & 3 \end{bmatrix}\) \(\begin{bmatrix} 2 & 5\\ -1 & 3 \end{bmatrix}\)

     = \(\begin{bmatrix} 2 × 1 + 5 × 4 & 2 × 1 + 5 × (-2)\\ (-1) × 1 + 3 × 4 & (-1) × 1 + 3 × (-2) \end{bmatrix}\) 

     = \(\begin{bmatrix} 22 & -8\\ 11 & -7 \end{bmatrix}\)

BA = \(\begin{bmatrix} 2 & 5\\ -1 & 3 \end{bmatrix}\) \(\begin{bmatrix} 2 & 5\\ -1 & 3 \end{bmatrix}\)

     = \(\begin{bmatrix} 1 × 2 + 1 × (-1) & 1 × 5 + 1 × 3\\ 4 × 2 + (-2) × (-1) & 4 × 5 + (-2) × 3 \end{bmatrix}\) 

     = \(\begin{bmatrix} 1 & 8\\ 10 & 14 \end{bmatrix}\).


Clearly, \(\begin{bmatrix} 22 & -8\\ 11 & -7 \end{bmatrix}\) ≠ \(\begin{bmatrix} 1 & 8\\ 10 & 14 \end{bmatrix}\).

Therefore, AB ≠ BA.


2. Let X = \(\begin{bmatrix} 11 & 4\\ -5 & 2 \end{bmatrix}\) and I = \(\begin{bmatrix} 1 & 0\\ 0 & 1 \end{bmatrix}\). Prove that XI = IX = A.

Solution:

XI = \(\begin{bmatrix} 11 & 4\\ -5 & 2 \end{bmatrix}\) \(\begin{bmatrix} 1 & 0\\ 0 & 1 \end{bmatrix}\)

    = \(\begin{bmatrix} 11 × 1 + 4 × 0 & 11 × 0 + 4 × 1\\ -5 × 1 + 2 × 0 & -5 × 0 + 2 × 1 \end{bmatrix}\) 

    = \(\begin{bmatrix} 11 & 4\\ -5 & 2 \end{bmatrix}\) = X

IX = \(\begin{bmatrix} 1 & 0\\ 0 & 1 \end{bmatrix}\)\(\begin{bmatrix} 11 & 4\\ -5 & 2 \end{bmatrix}\) 

    = \(\begin{bmatrix} 1 × 11 + 0 × (-5) & 1 × 4 + 0 × 2\\ 0 × 11 + 1 × (-5) & 0 × 4 + 1 × 2 \end{bmatrix}\) 

    = \(\begin{bmatrix} 11 & 4\\ -5 & 2 \end{bmatrix}\) = X


Therefore, AI = IA =A. (Proved)





10th Grade Math

From Multiplication of Two Matrices to HOME PAGE




Didn't find what you were looking for? Or want to know more information about Math Only Math. Use this Google Search to find what you need.



Share this page: What’s this?

Recent Articles

  1. 4th Grade Mental Math on Factors and Multiples |Worksheet with Answers

    Apr 16, 24 01:15 AM

    In 4th grade mental math on factors and multiples students can practice different questions on prime numbers, properties of prime numbers, factors, properties of factors, even numbers, odd numbers, pr…

    Read More

  2. Worksheet on Factors and Multiples | Find the Missing Factors | Answer

    Apr 15, 24 11:30 PM

    Worksheet on Factors and Multiples
    Practice the questions given in the worksheet on factors and multiples. 1. Find out the even numbers. 27, 36, 48, 125, 360, 453, 518, 423, 54, 58, 917, 186, 423, 928, 358 2. Find out the odd numbers.

    Read More

  3. Method of L.C.M. | Finding L.C.M. | Smallest Common Multiple | Common

    Apr 15, 24 02:33 PM

    LCM of 24 and 30
    We will discuss here about the method of l.c.m. (least common multiple). Let us consider the numbers 8, 12 and 16. Multiples of 8 are → 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96, ......

    Read More

  4. Common Multiples | How to Find Common Multiples of Two Numbers?

    Apr 15, 24 01:13 AM

    Common multiples of two or more given numbers are the numbers which can exactly be divided by each of the given numbers. Consider the following. (i) Multiples of 3 are: 3, 6, 9, 12, 15, 18, 21, 24…

    Read More

  5. Least Common Multiple |Lowest Common Multiple|Smallest Common Multiple

    Apr 14, 24 03:06 PM

    Lowest Common Multiple
    The least common multiple (L.C.M.) of two or more numbers is the smallest number which can be exactly divided by each of the given number. The lowest common multiple or LCM of two or more numbers is t…

    Read More