Given the following matrices A 5 3 1 2 B 5 6 7 8 C 2 1 3
Solution
SOLUTION
Back-up Theory
If matrix A = ((aij)) is of order (m x n) and matrix B = ((bij)) is of order (p x q), then
1. Both (A + B) and (A - B) are defined ONLY IF m = p and n = q
2. Product AB is defined ONLY IF n = p and if this condition is satisfied, the product matrix, say C = ((cij)) is given by: ((cij)) = sum (over k = 1 to n) of (aik)(bkj) or in physical terms, (i, j)th element of C is the sum of cross products of A\'s ith row elememts with B\'s jth column elements.
3.A scalar multiple of A, say kA is obtianed by multiplying each and every elemet of A by k
In the given problems, all the above conditions are fulfilled and hence all can can obtained.
Now, to get the answers, applying the above principles,
E = AB: e11 = 46, e12 = - 54, e21 = - 9 and e22 = 10
F = B - A: f11 = 0, f12 = 9, f21 = - 6 and f22 = 6
G = AC: g11 = - 14, g12 = 5, g13 = 21, g21 = 4, g22 = 1 and g23 = - 1
H = CD: h11 = 18, h12 = - 12, h21 = 10 and h22 = - 4
J = - 5B: j11 = 25, j12 = - 30, j21 = 35 and j22 = - 40
K = DC: k11 = 4, k12 = 0, k13 = - 2, k21 = 2, k22 = 3, k23 = 5, k31 = 6, k32 = 5, k33 = 7
![Given the following matrices: A = [-5 -3 -1 2] B = [-5 6 -7 8] C = [2 -1 -3 4 0 -2] D = [0 1 -3 2 -5 4] Find: AB B - A AC CD -5B DCSolutionSOLUTION Back-up The Given the following matrices: A = [-5 -3 -1 2] B = [-5 6 -7 8] C = [2 -1 -3 4 0 -2] D = [0 1 -3 2 -5 4] Find: AB B - A AC CD -5B DCSolutionSOLUTION Back-up The](/WebImages/39/given-the-following-matrices-a-5-3-1-2-b-5-6-7-8-c-2-1-3-1120178-1761595941-0.webp)