Question
Question: Calculate AC, BC and (A+B)C if A = \(\left[ \begin{aligned} & \text{0 6 7} \\\ & \text{-6 0 ...
Calculate AC, BC and (A+B)C if A = 0 6 7-6 0 87 -8 0 , B = 0 1 11 0 21 2 0 , C = 2−23. Also, verify that (A+B) C = AC + BC.
Solution
Hint: To solve this problem, we use the basic properties of matrix operations (in this case addition and multiplication). We will then use this to prove (A+B) C = AC + BC.
Complete step-by-step answer:
We solve this problem by understanding how we can perform the addition operation first. For a 3×3 matrix, we add two matrices by adding the corresponding entries of both matrices together. One should keep in mind that both the matrices we add should have the same number of rows and columns. This is explained through the example below -
0 6 7-6 0 87 -8 0 + 0 6 7-6 0 87 -8 0 = 0 12 14-12 0 1614 -16 0 -- (1)
Now, we also understand how to perform matrix multiplication operations. In this case, since we will always multiply 3 × 3 and 3 × 1 together, we use the following formula, we have,
a b cd e fg h i xyz = (ax+by+cz)(dx+ey+fz)(gx+hy+iz) -- (2)
We will use this to multiply any two matrices and compare the numbers in these matrices with a, b, c, d, e, f, g, h and i.
Now, we calculate AC using the formula given by (2), we have,
= 0 6 7-6 0 87 -8 0 2−23= 91230 -- (A)
Also, we similarly calculate BC, we get,
= 0 1 11 0 21 2 0 2−23= 18−2 -- (B)
We now calculate (A+B) C, we first start with calculating (A+B), we do this by calculating by using the formula given by (1), we have,
0 6 7-6 0 87 -8 0 + 0 1 11 0 21 2 0 = 0 7 8-5 0 10 8 -6 0
Now, we multiply this matrix by matrix C. We have,
= 0 7 8-5 0 10 8 -6 0 2−23 = 102028 -- (C)
Now, to prove that (A+B) C = AC + BC, on the LHS, we have (by (C)) 102028 .
Now, on the RHS, we have AC + BC, thus we add the matrices obtained from (1) and (2), thus, we have,
= AC + BC
= 91230 + 18−2
= 102028 -- (D)
Now, from (C) and (D), we can conclude that LHS = RHS.
Note: While performing multiplication of two matrices, we should remember that the number of columns of the first matrix should be the same as the number of rows of the second matrix. Similarly, while addition, we should keep in mind that both the matrices should have the same number of rows and columns. If these conditions cannot be met, we cannot perform the required operations.