Advertisements
Advertisements
प्रश्न
If P = `[(1, 2),(2, -1)]` and Q = `[(1, 0),(2, 1)]`, then compute:
- P2 – Q2
- (P + Q)(P – Q)
Is (P + Q)(P – Q) = P2 – Q2 true for matrix algebra?
उत्तर
P2 = `[(1, 2),(2, -1)][(1, 2),(2, -1)]`
= `[(1 + 4, 2 - 2),(2 - 2, 4 + 1)]`
= `[(5, 0),(0, 5)]`
Q2 = `[(1, 0),(2, 1)][(1, 0),(2, 1)]`
= `[(1 + 0, 0 + 0),(2 + 2, 0 + 1)]`
= `[(1, 0),(4, 1)]`
i. P2 – Q2 = `[(5, 0),(0, 5)] - [(1, 0),(4, 1)]`
= `[(4, 0),(-4, 4)]`
P + Q = `[(1, 2),(2,-1)] + [(1, 0),(2, 1)]`
= `[(2, 2),(4, 0)]`
P – Q = `[(1, 2),(2, -1)] - [(1, 0),(2, 1)]`
= `[(0, 2),(0, -2)]`
ii. (P + Q)(P – Q) = `[(2,2),(4, 0)][(0, 2),(0, -2)]`
= `[(0 + 0, 4 - 4),(0 + 0, 8 - 0)]`
= `[(0, 0),(0, 8)]`
Clearly, it can be said that (P + Q)(P – Q) = P2 – Q2 not true for matrix algebra.
APPEARS IN
संबंधित प्रश्न
Solve for x and y:
`[(x + y, x - 4)][(-1, -2),(2, 2)] = [(-7, -11)]`
If A = [4 7] and B = [3 1] , find: A+2B
If P = `|(2 , 9),(5 , 7)|` and Q = `|(7 , 3),(4 , 1)|` , find 2P + 3Q
If P = (8 , 5),(7 , 2) , find Pt
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
`[(-3, 2),(0, -5)] [(x),(2)] = [(-5), (y)]`
Let `"A" = [(4 , -2),(6 , -3)], "B" = [(0 , 2),(1 , -1)] and "C" = [(-2 , 3),(1 , -1)]`. Find A2 - A + BC
If A = `[(2 , -1),(-4, 5)]` and B = [0 -3] find the matrix C such that CA = B
Choose the correct answer from the given four options :
If `[(x + 2y, -y),(3x, 7)] = [(-4, 3),(6, 4)]` then the values of x and y are