Advertisements
Advertisements
Question
Given A = `[(4, 1),(2, 3)]` and B = `[(1, 0),(-2, 1)]`, find A2
Solution
A2 = `[(4, 1),(2, 3)][(4, 1),(2, 3)]`
= `[(16 + 2, 4 + 3),(8 + 6, 2 + 9)]`
= `[(18,7),(14, 11)]`
APPEARS IN
RELATED QUESTIONS
If M = `[(4,1),(-1,2)]`, show that 6M – M2 = 9I; where I is a 2 × 2 unit matrix.
If A = `[(2, 4),(3, 2)]` and B = `[(1, 3),(-2, 5)]`
find AB,
Construct a 2 x 2 matrix whose elements aij are given by `((i + 2j)^2)/(2)`.
Given A = `[(1 , 1),(8 , 3)]` evaluate A2 - 4A.
If A = `[(2, 5),(1, 3)] "B" = [(1, -1),(-3, 2)]` , find AB and BA, Is AB = BA ?
If A = `[(3, 7),(2, 4)], "B" = [(0, 2),(5, 3)] and "C" = [(1, -5),(-4, 6)]` Find AB – 5C
If A = `[(1, 2),(3, 4)] and "B" = [(2, 1),(4, 2)], "C" = [(5, 1),(7, 4)]`, compute (B + C)A
If A = `[(1, 1),(x, x)]`,find the value of x, so that A2 – 0
If `[(a, 1),(1, 0)] [(4, 3),(-3, 2)] = [(b, 11),(4, c)]` find a,b and c
If P = `[(2, 6),(3, 9)]` and Q = `[(3, x),(y, 2)]`, find x and y such that PQ = null matrix.