Write as a Vector Equality x+2y-z=1 , 2x-y+z=3 , -x+2y+3z=7
Problem
Solution
Identify the coefficients of the variables
x y andz in each equation to form the column vectors.Extract the variable
x from the first terms of each equation to create the first vector:x*([1],[2],[−1]) Extract the variable
y from the second terms of each equation to create the second vector:y*([2],[−1],[2]) Extract the variable
z from the third terms of each equation to create the third vector:z*([−1],[1],[3]) Set the sum of these vectors equal to the vector of constants from the right side of the equations.
Final Answer
Want more problems? Check here!