Solve for X vector

DanteNZ

New member
Joined
Mar 12, 2011
Messages
5
Hey just wondering how I would go about this equation.

Solve 4x + (1, -1, 3) = (1, 3, -5) for x.
 
I have tried doing this.

4x = (1, -1, 3) - (1, 3, -5)
x = (1/4, -1/4, 3/4) - (1/4, 3/4, -5/4)

But that can't be right surely?
 
DanteNZ said:
4x = (1, -1, 3) - (1, 3, -5)

The vectors are transposed in your subtraction (i.e., you subtracted the wrong vector).


x = (1/4, -1/4, 3/4) - (1/4, 3/4, -5/4)

Do the subtraction first, then divide both sides by 4.
 
Top