Loading...

Write as a Vector Equality x+y=4 , 2x+3y=0

Problem

{[x+y=4],[2*x+3*y=0])

Solution

  1. Identify the coefficients of the variables x and y in each equation to form the column vectors.

  2. Express the system as a linear combination of vectors by multiplying the variable x by the vector of its coefficients and the variable y by the vector of its coefficients.

  3. Equate this linear combination to the vector containing the constants from the right side of the equations.

Final Answer

x*[[1],[2]]+y*[[1],[3]]=[[4],[0]]


Want more problems? Check here!