Advertisements
Advertisements
Question
If A = `[(1, 2),(2, 1)]` and B = `[(2, 1),(1, 2)]`; find A(BA)
Solution
A = `[(1, 2),(2, 1)]` and B = `[(2, 1),(1, 2)]`
BA = `[(2, 1),(1, 2)][(1, 2),(2, 1)]`
= `[(2 + 2, 1 + 4),(4 + 1, 2 + 2)]`
= `[(4, 5),(5, 4)]`
A(BA) = `[(1, 2),(2, 1)][(4, 5),(5, 4)]`
= `[(4 + 10, 5 + 8),(8 + 5, 10 + 4)]`
= `[(14, 13),(13, 14)]`
APPEARS IN
RELATED QUESTIONS
if A = `[(2,3),(5,7)]`, B = `[(0,4),(-1,7)]` and c = `[(1,0),(-1, 4)]`, find AC + B2 – 10C.
Find x and y, if : `[(x, 3x),(y, 4y)][(2),(1)] = [(5),(12)]`.
Find the value of x, given that A2 = B,
A = `[(2, 12),(0, 1)]` and B = `[(4, x),(0, 1)]`
If `A = [(2, 5),(1, 3)]`, `B = [(4, -2),(-1, 3)]` and I is Identity matrix of same order and `A^t` is the transpose of matrix A find `A^t.B + BI`
If P = `|(2,9),(5 , 7)|` and Q = `|(7 , 3),(4 , 1)|` find 3P - 2Q
If A = `[(3, x),(0, 1)]` and B = `[(9, 16),(0, -y)]`, find x and y when A2 = B.
If A = `[(1,3), (3,4)]` B = `[(-2,1), (-3,2)]` and `A^2 - 5B^2 = 5C` Find the matrix C where C is a 2 by 2 matrix.
Find the value of p and q if:
`[(2p + 1 , q^2 - 2),(6 , 0)] = [(p + 3, 3q - 4),(5q - q^2, 0)]`.
Find the value of x given that A2 = B
A = `[(2, 12),(0 , 1)]` B = `[(4, x),(0, 1)]`
Find a and b if `[(a - b, b - 4),(b + 4, a - 2)] [(2, 0),(0, 2)] = [(2, -2),(14, 0)]`