Write as a Vector Equality x+y=k , x-y=k
Problem
Solution
Identify the variables and constants in the system of linear equations. The variables are
x andy and the constant on the right-hand side isk Represent the coefficients of the variables as a matrix
A The first equation1*x+1*y=k gives the first row[1,1] and the second equation1*x−1*y=k gives the second row[1,−1] Define the vector of variables
v and the vector of constantsb
Construct the vector equality by multiplying the coefficient matrix by the variable vector and setting it equal to the constant vector.
Express the system as a linear combination of column vectors to show the vector equality form.
Final Answer
Want more problems? Check here!