Write as a Vector Equality x+y+z=-9 , x-y+5z=-19 , 5x+y+z=-29
Problem
Solution
Identify the coefficients of the variables
x y andz for 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],[1],[5]) Extract the variable
y from the second terms of each equation to create the second vector:y*([1],[−1],[1]) Extract the variable
z from the third terms of each equation to create the third vector:z*([1],[5],[1]) 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!