हिंदी

Operations on Matrices> Matrix Multiplication

Advertisements

Topics

Estimated time: 10 minutes
CBSE: Class 12

Introduction

Matrix multiplication is a fundamental operation in algebra that helps us represent and solve systems of equations, perform coordinate transformations, and model real-life situations like network flows and data transformations.

CBSE: Class 12

Definition: Matrix Multiplication

Let \[A = [a_{ij}]\] be an \[m \times n\] matrix and \[B = [b_{jk}]\] be an \[n \times p\] matrix.

Then the product C = AB is an \[m \times p\] matrix \[C = [c_{ik}]\], where each entry \[c_{ik}\] is given by:

\[c_{ik} = \sum_{j=1}^{n} a_{ij}b_{jk}\]
CBSE: Class 12

Properties

Property Rule / Formula
Non-commutativity In general, \[AB \neq BA\]
Associativity \[(AB)C = A(BC)\]
Left distributive law \[A(B + C) = AB + AC\]
Right distributive law \[(A + B)C = AC + BC\]
Multiplication by zero matrix AO = O and OA = O
Identity matrix property AI = IA = A
Cancellation law From AB = AC, we cannot always conclude B = C
CBSE: Class 12

Example 1

If \[\mathrm{A=} \begin{bmatrix} 0 & 6 & 7 \\ -6 & 0 & 8 \\ 7 & -8 & 0 \end{bmatrix},\mathrm{B=} \begin{bmatrix} 0 & 1 & 1 \\ 1 & 0 & 2 \\ 1 & 2 & 0 \end{bmatrix},\mathrm{C=} \begin{bmatrix} 2 \\ -2 \\ 3 \end{bmatrix}\]

Calculate AC, BC and (A + B)C. Also, verify that (A + B)C = AC + BC

Solution: Now, \[\mathbf{A}+\mathbf{B}= \begin{bmatrix} 0 & 7 & 8 \\ -5 & 0 & 10 \\ 8 & -6 & 0 \end{bmatrix}\]

So \[\mathrm{(A+B)C}= \begin{bmatrix} 0 & 7 & 8 \\ -5 & 0 & 10 \\ 8 & -6 & 0 \end{bmatrix} \begin{bmatrix} 2 \\ -2 \\ 3 \end{bmatrix}= \begin{bmatrix} 0-14+24 \\ -10+0+30 \\ 16+12+0 \end{bmatrix}= \begin{bmatrix} 10 \\ 20 \\ 28 \end{bmatrix}\]

Further \[\mathrm{AC}= \begin{bmatrix} 0 & 6 & 7 \\ -6 & 0 & 8 \\ 7 & -8 & 0 \end{bmatrix} \begin{bmatrix} 2 \\ -2 \\ 3 \end{bmatrix}= \begin{bmatrix} 0-12+21 \\ -12+0+24 \\ 14+16+0 \end{bmatrix}= \begin{bmatrix} 9 \\ 12 \\ 30 \end{bmatrix}\]

and \[\mathrm{BC}= \begin{bmatrix} 0 & 1 & 1 \\ 1 & 0 & 2 \\ 1 & 2 & 0 \end{bmatrix} \begin{bmatrix} 2 \\ -2 \\ 3 \end{bmatrix}= \begin{bmatrix} 0-2+3 \\ 2+0+6 \\ 2-4+0 \end{bmatrix}= \begin{bmatrix} 1 \\ 8 \\ -2 \end{bmatrix}\]

So \[\mathrm{AC}+\mathrm{BC}= \begin{bmatrix} 9 \\ 12 \\ 30 \end{bmatrix}+ \begin{bmatrix} 1 \\ 8 \\ -2 \end{bmatrix}= \begin{bmatrix} 10 \\ 20 \\ 28 \end{bmatrix}\]

Clearly, (A + B) C = AC + BC

CBSE: Class 12
CISCE: Class 10

Key Points: Matrix Multiplication

  • Matrix multiplication is row-by-column, not term-wise.

  • Product AB exists only if columns of A = rows of B.

  • If A is \[m \times n\] and B is \[n \times p\], then AB is \[m \times p\].

  • In general, \[AB \neq BA\], and sometimes one product may not even be defined.

  • Matrix multiplication is associative and distributive over addition.

  • Identity matrix acts as a multiplicative identity: AI = IA = A.

  • Zero matrix absorbs multiplication: AO = OA = O.

Video Tutorials

We have provided more than 1 series of video tutorials for some topics to help you get a better understanding of the topic.

Series 1


Series 2


Series 3


Shaalaa.com | Matrices part 26 (Property matrices multiplication)

Shaalaa.com


Next video


Shaalaa.com


Matrices part 26 (Property matrices multiplication) [00:01:02]
S
Series: 1
0%


Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×