Write as a Vector Equality x+2y-z=4 , 2x+y+z=-2 , x+2y+z=2
Problem
Solution
Identify the coefficients of the variables
x y andz in each equation to form the column vectors.Extract the coefficients of
x from each equation to create the first vector:([1],[2],[1]) Extract the coefficients of
y from each equation to create the second vector:([2],[1],[2]) Extract the coefficients of
z from each equation to create the third vector:([−1],[1],[1]) Identify the constants on the right side of the equations to form the result vector:
([4],[−2],[2]) Combine these into a single vector equation where each variable scales its corresponding coefficient vector.
Final Answer
Want more problems? Check here!