Loading...

Write as a Vector Equality 3a+5b=1 , a+2b=2

Problem

{[3*a+5*b=1],[a+2*b=2])

Solution

  1. Identify the coefficients of the variables a and b on the left side of the system of equations.

  2. Group the coefficients of a into a single column vector and the coefficients of b into another column vector.

  3. Represent the constants on the right side of the equations as a single column vector.

  4. Construct the vector equality by multiplying each variable by its corresponding coefficient vector and setting their sum equal to the constant vector.

Final Answer

a*[[3],[1]]+b*[[5],[2]]=[[1],[2]]


Want more problems? Check here!