Careers360 Logo
JEE Main Age Limit 2025 - Check Age Limit

Matrix operations - Practice Questions & MCQ

Edited By admin | Updated on Sep 18, 2023 18:34 AM | #JEE Main

Quick Facts

  • 9 Questions around this concept.

Concepts Covered - 3

Addition and Subtraction of Matrices

Addition of matrices:

Two matrices can be added only when they are of the same order

If two matrices of A and B of the same order, they are said to be conformable for addition.

If A and B are matrices of order m × n, then their sum will also be a matrix of the same order and in addition, corresponding elements of A and B get added.

So if \\\mathrm{A = \left [a_{ij} \right ]_{m \times n}, B=\left [ b_{ij} \right ]_{m\times n}}  \\\mathrm{Then, \;A + B= \left [a_{ij} + b_{ij}\right ]_{m \times n}} for all i, j

eg

\mathrm{A=\begin{bmatrix} 10 &20 & 30\\ 20 &30 &40 \\30 &40 &50 \end{bmatrix},\;\;\;B=\begin{bmatrix} 50 &40 & 30\\ 40 &30 &20 \\30 &20 &10 \end{bmatrix}}\\\\\\\mathrm{A+B=\begin{bmatrix} 10+50 &20+40 & 30+30\\ 20+40 &30+30 &40+20 \\30+30 &40+20 &50+10 \end{bmatrix}=\begin{bmatrix} 60 &60 & 60\\ 60 &60 &60 \\60 &60 &60 \end{bmatrix}}



Subtraction of matrices:

Two matrices can be subtracted only when they are of the same order. If A and B are matrices of order m × n then their difference will also be a matrix of the same order and in subtraction, corresponding elements of A and B get subtracted. So if 

\\\mathrm{A = \left [a_{ij} \right ]_{m \times n}, B=\left [ b_{ij} \right ]_{m\times n}} \\\mathrm{Then,\; A - B= \left [a_{ij} - b_{ij}\right ]_{m \times n}} for all i, j

eg

\mathrm{A=\begin{bmatrix} 10 &20 & 30\\ 20 &30 &40 \\30 &40 &50 \end{bmatrix},\;\;\;B=\begin{bmatrix} 50 &40 & 30\\ 40 &30 &20 \\30 &20 &10 \end{bmatrix}}\\\\\mathrm{A-B=\begin{bmatrix} 10-50 &20-40 & 30-30\\ 20-40 &30-30 &40-20 \\30-30 &40-20 &50-10 \end{bmatrix}=\begin{bmatrix} -40 &-20 & 0\\ -20 &0 &20 \\0 &20 &40 \end{bmatrix}}

Properties of matrix addition

Properties of matrix addition:

1. Matrix addition is commutative, A + B = B + A

2. Matrix addition is associative, A + (B+C) = (A+B) + C

3. Additive identity exist, means there exist a matrix O (null matrix) such that  A + O = A = O + A (Here O has same order as A)

4. Existence of additive inverse means there exists a matrix B such that A + B = O = B + A

5. Cancellation property: 

      If A + B = A + C then B = C

      If A + C = B + C then A = B

Note: all matrix taken in above property explanation has same order which is m × n.

Scalar Multiplication of Matrix

Scalar multiplication:

Let k be any scalar number, and A = \left [ a_{ij} \right ]_{m\times n}  be a matrix. Then the matrix obtained by multiplying every element A by a scalar k and denoted as kA.

kA = \left [ ka_{ij} \right ]_{m\times n}

Example, if \mathrm{A}=\left[\begin{array}{ll} 2 & 6 \\ 3 & 7 \\ 5 & 8 \end{array}\right] \text { then, } 3 \mathrm{A}=\left[\begin{array}{ll} 3 \times 2 & 3 \times 6 \\ 3 \times 3 & 3 \times 7 \\ 3 \times 5 & 3 \times 8 \end{array}\right]=\left[\begin{array}{cc} 6 & 18 \\ 9 & 21 \\ 15 & 24 \end{array}\right]

 

Properties of scalar multiplication: 

If A and B are two matrices and k, l are scalar then

    i) k(A + B)=kA + kB

    ii) kl(A) = k(lA) = l(kA)

    iii) (k+l)A = kA + lA

    iv) (-k) A = -(kA) = k(-A)

    v) 1A = A, (-1)A = -A

Note: A and B have the same order m × n.

Study it with Videos

Addition and Subtraction of Matrices
Properties of matrix addition
Scalar Multiplication of Matrix

"Stay in the loop. Receive exam news, study resources, and expert advice!"

Get Answer to all your questions

Back to top