Advertisements
Advertisements
Question
If A = `[(0, -1),(1, 2)]` and B = `[(1, 2),(-1, 1)]` Find the matrix X if : 3A + X = B
Solution
A = `[(0, -1),(1, 2)]`
B = `[(1, 2),(-1, 1)]`
3A + X = B
⇒ X = B – 3A
X = `[(1, 2),(-1, 1)] -3[(0, -1),(1, 2)]`
= `[(1, 2),(-1, 1)] - [(0, -3),(3, 6)]`
= `[(1 - 0, 2 + 3),(-1 -3, 1 - 6)]`
= `[(1, 5),(-4, -5)]`.
APPEARS IN
RELATED QUESTIONS
Write the additive inverse of matrices A, B and C:
Where `A = [(6, -5)]; B = [(-2, 0),(4, -1)]` and `C = [(-7), (4)]`.
Given A = `[(-3, 6),(0, -9)]` and At is its transpose matrix. Find 2A + 3At
Given `A = [(1, 1),(-2, 0)]` and `B = [(2, -1),(1, 1)]`. Solve for matrix X:
3A – 2X = X – 2B
Evaluate if possible `[(3, 2)][(2),(0)]`
Evaluate if possible `[(6, 4),(3, -1)][(-1, 3)]`
If A = `[(0, 2),(5, -2)]`, B = `[(1, -1),(3, 2)]` and I is a unit matrix of order 2 × 2, find AB
If A = `[(0, 2),(5, -2)]`, B = `[(1, -1),(3, 2)]` and I is a unit matrix of order 2 × 2, find IB
Solve for x and y:
`[(-2, 0),(3, 1)][(-1),(2x)] + 3[(-2),(1)] = 2[(y),(3)]`
If `|(2"a" + "b" , "c"),("d" , 3"a" - "b")|` = `|(4 , 3"a"),(7 , 6)|` , find the values of a , b , c and d.
Given
`"A" = [(2 , -6),(2, 0)] "B" = [(-3, 2),(4, 0)], "C" = [(4, 0),(0, 2)]`
Find the martix X such that A + 2X = 2B + C.