Advertisements
Advertisements
Question
Given `A = [(1, 1),(-2, 0)]` and `B = [(2, -1),(1, 1)]`. Solve for matrix X:
X + 2A = B
Solution
X + 2A = B
X = B – 2A
`X = [(2, -1),(1, 1)] - 2[(1, 1),(-2, 0)]`
`X = [(2, -1),(1, 1)] - [(2, 2),(-4, 0)]`
`X = [(2 - 2, -1 - 2),(1 - (-4), 1 - 0)]`
`X = [(0, -3),(1 + 4, 1)]`
`X = [(0, -3),(5, 1)]`
APPEARS IN
RELATED QUESTIONS
Given `A = [(2, -3)], B = [(0, 2)]` and `C = [(-1, 4)]`; find the matrix X in the following:
A – X = B + C
Given `A = [(-1, 0),(2, -4)]` and `B = [(3, -3),(-2, 0)]`; find the matrix X in the following:
A + X = B
Evaluate `2[(-1, 0),(2, -3)] + [(3,3),(5,0)]`
Given `A = [(1, 4),(2, 3)] and B = |(-4-1),(-3 -2)|`
Find the matrix 2A + B
Solve for x and y:
`[(-2, 0),(3, 1)][(-1),(2x)] + 3[(-2),(1)] = 2[(y),(3)]`
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.
If A = `[(9 , 1),(7 , 8)]` , B = `[(1 , 5),(7 , 12)]`
find matrix C such that 5A + 5B + 2C is a null matrix.
Given that M = `[(2, 0),(1, 2)]` and N = `[(2, 0),(-1,2)]`, find M + 2N
If A = `[(1, 4),(2, 3)]` and B = `[(1, 2),(3, 1)]` Compute 3A + 4B
Find X and Y If X + Y = `[(7, 0),(2, 5)]` and X – Y = `[(3, 0),(0, 3)]`