Advertisements
Advertisements
Question
If A = `[(1, 2),(2, 1)] and "B" = [(2, 1),(1, 2)]`, fin A(BA)
Solution
A = `[(1, 2),(2, 1)]`
B = `[(2, 1),(1, 2)]`
BA = `[(2, 1),(1, 2)] xx [(1, 2),(2, 1)]`
= `[(2 + 2, 4 + 1),(1 + 4 , 2 + 2)]`
= `[(4, 5),(5, 4)]`
A(BA) = `[(1, 2),(2, 1)] xx [(4, 5),(5, 4)]`
= `[(4 + 10, 5 + 8),(8 + 5, 10 + 4)]`
= `[(14, 13),(13, 14)]`.
APPEARS IN
RELATED QUESTIONS
In the given case below, find:
- the order of matrix M.
- the matrix M.
- `M xx [(1, 1),(0, 2)] = [(1, 2)]`
- `[(1, 4),(2, 1)] xx M = [(13), (5)]`
Construct a 2 x 2 matrix whose elements aij are given by `((i + 2j)^2)/(2)`.
If A = `[(1, 2),(3, 4)] and "B" = [(2, 1),(4, 2)], "C" = [(5, 1),(7, 4)]`, compute A(B + C)
A = `[(1, 0),(2, 1)] and "B" = [(2, 3),(-1, 0)]` Find A2 + AB + B2
If A = `[(3, x),(0, 1)] and "B" = [(9, 16),(0, -y)]`find x and y when A2 = B
If P = `[(2, 6),(3, 9)]` and Q = `[(3, x),(y, 2)]`, find x and y such that PQ = null matrix.
Choose the correct answer from the given four options :
A = `[(1, 0),(0, 1)]` then A2 =
Choose the correct answer from the given four options :
If A = `[(1, 0),(1, 1)]`, then A2 =
Choose the correct answer from the given four options :
If A = `[(2, -2),(-2, 2)]`, then A2 = pA, then the value of p is
If A = `[(1, 3),(2, 4)]`, B = `[(1, 2),(2, 4)]`, C = `[(4, 1),(1, 5)]` and I = `[(1, 0),(0, 1)]`. Find A(B + C) – 14I.