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.



New! Comments

Have your say about what you just read! Leave me a comment in the box below. Ask a Question or Answer a Question.

Share this page: What’s this?

Recent Articles

  1. 3-digit Numbers on an Abacus | Learning Three Digit Numbers | Math

    Oct 08, 24 10:53 AM

    3-Digit Numbers on an Abacus
    We already know about hundreds, tens and ones. Now let us learn how to represent 3-digit numbers on an abacus. We know, an abacus is a tool or a toy for counting. An abacus which has three rods.

    Read More

  2. Names of Three Digit Numbers | Place Value |2- Digit Numbers|Worksheet

    Oct 07, 24 04:07 PM

    How to write the names of three digit numbers? (i) The name of one-digit numbers are according to the names of the digits 1 (one), 2 (two), 3 (three), 4 (four), 5 (five), 6 (six), 7 (seven)

    Read More

  3. Worksheets on Number Names | Printable Math Worksheets for Kids

    Oct 07, 24 03:29 PM

    Traceable math worksheets on number names for kids in words from one to ten will be very helpful so that kids can practice the easy way to read each numbers in words.

    Read More

  4. The Number 100 | One Hundred | The Smallest 3 Digit Number | Math

    Oct 07, 24 03:13 PM

    The Number 100
    The greatest 1-digit number is 9 The greatest 2-digit number is 99 The smallest 1-digit number is 0 The smallest 2-digit number is 10 If we add 1 to the greatest number, we get the smallest number of…

    Read More

  5. Missing Numbers Worksheet | Missing Numerals |Free Worksheets for Kids

    Oct 07, 24 12:01 PM

    Missing numbers
    Math practice on missing numbers worksheet will help the kids to know the numbers serially. Kids find difficult to memorize the numbers from 1 to 100 in the age of primary, we can understand the menta

    Read More