Advertisements
Advertisements
Question
If A = `[(1, 2),(2, 1)]` and B = `[(2, 1),(1, 2)]`; find (AB)B
Solution
A = `[(1, 2),(2, 1)]` and B = `[(2, 1),(1, 2)]`
AB = `[(1, 2),(2, 1)][(2, 1),(1, 2)]`
= `[(2 + 2, 1 + 4),(4 + 1, 2 + 2)]`
= `[(4, 5),(5, 4)]`
(AB)B = `[(4, 5),(5, 4)][(2, 1),(1, 2)]`
= `[(8 + 5, 4 +10),(10 + 4, 5 + 8)]`
= `[(13, 14),(14,13)]`
APPEARS IN
RELATED QUESTIONS
Given matrix B = `[(1, 1),(8, 3)]`. Find the matrix X if, X = B2 – 4B. Hence, solve for a and b given `X[(a),(b)] = [(5),(50)]`.
If A = `[(0, -1),(4, -3)]`, B = `[(-5),(6)]` and 3A × M = 2B; find matrix M.
Let A = `[(4, -2),(6, -3)]`, B = `[(0, 2),(1, -1)]` and C = `[(-2, 3),(1, -1)]`. Find A2 – A + BC
If A = `|(1215),(1117)|` and B = `|(2,7),(4,9)|` find A - 2B
Find X and Y , if `|(1,2),(2 , -3)| |(x),(y)| = |(-1) , (12)|`
Solve for x and y `[(-2,0), (3,1)][(-1), (2x)] +3[(-2), (1)] =2[(y), (3)]`
Find x and y, if `((x,3x),(y, 4y))((2),(1)) = ((5),(12))`.
If `"A" = [(1 , 2),(-2 , 3)], "B" = [(2 , 1),(2 , 3)] "C" = [(-3 , 1),(2 , 0)]` verify that
(AB)C = A(BC),
If `[(x + 3, 4),(y - 4, x + y)] = [(5, 4),(3, 9)]`,find values of x and y
Find the values of x, y, a and b if `[(x - 2, y),(a + 2b, 3a - b)] = [(3, 1),(5, 1)]`