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 = [52−37x4], then:
−A = −1×[52−37x4]=[−1×5−1×2−1×−3−1×7−1×x−1×4]=[−5−23−7−x−4]
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 = [25−1639] and B = [1164−3127], then find 2A−B
Solution:
12A−B = 2[25−1639]−[1164−3127] 2 = [410−212618]+[−11−6−43−12−7] 3 = [4–1110−6−2−412+36−1218−7] 4 = [−74−615−611]
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 = [804−236] and B = [2−242−51], 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 2⟹2A+3X–2A = 5B–2A 3⟹2A–2A+3X = 5B–2A 4⟹O+3X = 5B–2A 5⟹3X = 5B–2A 6⟹X = 13(5B–2A)
◼ 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[2−242−51]−2[804−236]) 2 = 13([10−102010−255]+[−160−84−6−12]) 3 = 13[10−16−10+020–810+4−315−12] 4 = 13[−6−101214−31−7] 5 = [−2−1034143−313−73]
In the next section, we will see a few more solved examples.
Copyright©2024 Higher secondary mathematics.blogspot.com
No comments:
Post a Comment