70.8k views
0 votes
Solve the matrix equation for x. Let A=[[1,-1],[-3,-1]] and B=[[-3,3],[1,2]];,x+A=B

1 Answer

3 votes

Final answer:

To solve the matrix equation x + A = B, subtract matrix A from both sides of the equation to get x = B - A. Calculate the difference of the two matrices B and A by subtracting their corresponding elements.

Step-by-step explanation:

To solve the matrix equation x + A = B, we need to isolate x on one side of the equation. First, subtract matrix A from both sides of the equation to get x = B - A. Next, calculate the difference of the two matrices B and A by subtracting their corresponding elements. In this case, we have x = [[-3-1,3-(-1)],[1-(-3),2-(-1)]] = [[-4,4],[4,3]].

User Mxix
by
8.5k points

No related questions found