Advertisements
Advertisements
Question
Let A = `[(1 , 0),(2 , 1)]`, B = `[(2 , 3),(-1 , 0)]`. Find A2 + AB + B2
Solution
A = `[(1 , 0),(2 , 1)]`, B = `[(2 , 3),(-1 , 0)]`
A2 = A × A = `[(1 , 0),(2 , 1)] xx [(1 , 0),(2 , 1)]`
= `[(1 xx 1 + 0 xx 2, 1 xx 0 + 0 xx 1),(2 xx 1 + 1 xx 2, 2 xx 0 + 1 xx 1)]`
= `[(1 + 0, 0 + 0),(2 + 2, 0 + 1)]`
= `[(1, 0),(4, 1)]`
AB = A × B = `[(1, 0),(2, 1)] xx [(2, 3),(-1, 0)]`
= `[(1 xx 2 + 0 xx (-1), 1 xx 3 + 0 xx 0),(2 xx 2 + 1 xx (-1), 2 xx 3 + 1 xx 0)]`
= `[(2 + 0, 3 + 0),(4 + (-1), 6 + 0)]`
= `[(2, 3),(3, 6)]`
B2 = B × B = `[(2, 3),(-1, 0)] xx [(2, 3),(-1, 0)]`
= `[(2 xx 2 + 3 xx (-1), 2 xx 3 + 3 xx 0),(-1 xx 2 + 0 xx (-1), -1 xx 3 + 0 xx 0)]`
= `[(4 - 3, 6 + 0),(-2 + 0, -3 + 0)]`
= `[(1, 6),(-2, -3)]`
∴ A2 + AB + B2 = `[(1, 0),(4, 1)] + [(2, 3),(3, 6)] + [(1, 6),(-2, -3)]`
= `[(1 + 2 + 1, 0 + 3 + 6),(4 + 3 - 2, 1 + 6 - 3)]`
= `[(4, 9),(5, 4)]`
APPEARS IN
RELATED QUESTIONS
if `A [(3,7),(2,4)], B = [(0,2),(5,3)]` and `C = [(1,-5),(-4,6)]` Find AB - 5C
If A = `[(2, 1),(1, 3)]` and B = `[(3),(-11)]`, find the matrix X such that AX = B.
Given `[(2, 1),(-3, 4)] x = [(7),(6)]` Write the matrix x.
If A = `[(0, -1),(4, -3)]`, B = `[(-5),(6)]` and 3A × M = 2B; find matrix M.
If A = `[(3, 7),(2, 4)]`, B = `[(0, 2),(5, 3)]` and C = `[(1, -5),(-4, 6)]`. Find AB – 5C.
Find x and y, if
`[(-3, 2),(0, -5)] [(x),(2)] = [(-5), (y)]`
Given that A = `[(3, 0),(0, 4)]` and B = `[(a, b),(0, c)]` and that AB = A + B, find the values of a, b and c.
Find x and y, if `((x,3x),(y, 4y))((2),(1)) = ((5),(12))`.
If A = `[(9 , 1),(5 , 3)]` and B = `[(1 , 5),(7 , -11)]`, find matrix X such that 3A + 5B - 2X = 0.
If `[(x + 3, 4),(y - 4, x + y)] = [(5, 4),(3, 9)]`,find values of x and y