Write as a Vector Equality x+y+z=0 , x-y+5z=20 , 5x+y+z=4
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],[1],[5]) Extract the coefficients of
y from each equation to create the second vector:([1],[−1],[1]) Extract the coefficients of
z from each equation to create the third vector:([1],[5],[1]) Identify the constants on the right side of the equations to form the result vector:
([0],[20],[4]) Combine these into a single vector equation where the variables scale their respective coefficient vectors.
Final Answer
Want more problems? Check here!