Write as a Vector Equality x+2y+x=4 , x-y=1 , x+3y=0
Problem
Solution
Simplify the first equation by combining the like terms
x andx to get2*x+2*y=4 Identify the coefficients of the variables
x andy for each equation to form the column vectors.Extract the variable
x from the first column of coefficients to create the first vector componentx*[[2],[1],[1]] Extract the variable
y from the second column of coefficients to create the second vector componenty*[[2],[−1],[3]] Set the sum of these vector components equal to the vector of constants from the right side of the equations.
Final Answer
Want more problems? Check here!