Processing math: 100%

Saturday, February 17, 2024

19.4 - Multiplication of a Matrix by a scalar

In the previous section, we saw addition of matrices. In this section, we will see multiplication of matrix by a scalar.

This can be written in 3 steps:
1. In the previous section, we saw the industrialist and his two factories . Suppose that, the industrialist wants to triple the production in factory B.
2. The new quantities in factory B can be obtained simply by multiplying each element of matrix B by 3.
• We get:
3B = 3×[152530376042]=[3×153×253×303×373×603×42]=[457590111180126]
3. Using symbols, we can write:
kA = k[aij]m×n = [kaij]m×n


Negative of a matrix

This can be written in 3 steps:
1. We have seen the technique used for multiplication by a scalar. If the scalar is −1, we will get the negative of the matrix.
2. Let us see an example:
If A = [5237x4], then:
−A = 1×[5237x4]=[1×51×21×31×71×x1×4]=[5237x4]
3. We can write:
If A is a given matrix, then negative of A = −A = (−1)A


Difference of matrices

This can be written in 3 steps:
1. If A and B are two matrices, then the difference A−B is defined as:
A−B = A + (−B)
2. That means, to find the difference, we take the negative of B and then add it to A.
3. Let us see an example:
If A = [251639] and B = [11643127], then find 2A−B
Solution:
 12AB = 2[251639][11643127] 2 = [410212618]+[11643127] 3 = [4111062412+3612187] 4 = [74615611]


Properties of scalar multiplication of a matrix

If A = [aij]m×n and B = [bij]m×n are two matrices of the same order m×n, then scalar multiplication will satisfy the following two properties:
(i) k(A+B) = kA + kB
(ii) (k+l)A = kA + lA

Part (i)
• Proof can be written in 10 steps:
1. A + B = [aij] + [bij] = [aij + bij]
We already saw this when we discussed matrix addition.
2. So k(A+B) = k[aij + bij]
• (aij + bij) is a number, written as the sum of two numbers.
• (aij + bij) represents each element in the sum matrix (A+B)
• We know that, for scalar multiplication, each element is to be multiplied by the scalar.
• So we get:
k[aij + bij] = [k(aij + bij)]
3. So the expression in (2) can be modified as:
k(A+B) = [k(aij + bij)]
4. aij and bij are numbers. So the expression in (3) can be modified as:
k(A+B) = [k aij + k bij]
5. Consider the R.H.S of the expression in (4).
It is the sum of two matrices: [k aij] and [k bij]
6. So the expression in (4) can be modified as:
k(A+B) = [k aij] + [k bij]
7. [k aij] is a matrix, which is obtained by multiplying the matrix [aij]  by the scalar k. That is: [k aij] = k[aij]
• Similarly, [k bij] is a matrix, which is obtained by multiplying the matrix [bij]  by the scalar k. That is: [k bij] = k[bij]
8. So the expression in (6) can be modified as:
k(A+B) = k [aij] + k [bij]
9. But k [aij] is kA. Similarly, k [bij] is kB.
10. So the expression in (8) can be modified as:
k(A+B) = kA + kB

Part (ii)
• Proof can be written in 6 steps:
1. (k+l)A = (k+l)[aij]
This is because, we are multiplying each element of A by the scalar (k+l).
2. When we do the multiplication, we get the new matrix: [(k+l)aij].
• So the expression in (1) can be modified as:
(k+l)A = [(k+l)aij]
3. Consider the R.H.S of the expression in (2).
k and l are scalars. aij is a number.
• So the expression in (2) can be modified as:
(k+l)A = [(k aij) + (l aij)]
4. Consider the R.H.S of the expression in (3). It is the sum of two matrices.
• So the expression in (3) can be modified as:
(k+l)A = [k aij] + [l aij]
5. Consider the R.H.S of the expression in (4).
    ♦ The matrix [aij] is being multiplied by the scalar k.
    ♦ The matrix [aij] is being multiplied by the scalar l.
• So the expression in (4) can be modified as:
(k+l)A = k[aij] + l[aij]
6. The expression in (5) is same as:
(k+l)A = kA + lA


Now we will see a solved example:
Solved example 19.9
If A = [804236] and B = [224251], then find the matrix X, such that 2A + 3X = 5B
Solution:
• The given expression is: 2A + 3X = 5B
• This expression can be modified as shown below:
 12A+3X = 5B 22A+3X2A = 5B2A 32A2A+3X = 5B2A 4O+3X = 5B2A 53X = 5B2A 6X = 13(5B2A)

◼ Remarks:
2. The matrix -2A is added on both sides.
3. Matrix addition is commutative. So the position of -2A in the L.H.S can be changed.
4. -2A is the additive inverse of 2A. Their sum will be O.


• Now we can input the values of A and B to find X. This is shown below:
 1X = 13(5[224251]2[804236]) 2 = 13([10102010255]+[16084612]) 3 = 13[101610+020810+431512] 4 = 13[6101214317] 5 = [2103414331373]                           


In the next section, we will see a few more solved examples. 

Previous

Contents

Next

Copyright©2024 Higher secondary mathematics.blogspot.com

No comments:

Post a Comment