Loading...

Write as a Vector Equality

Problem

{[a+4.00*b+1.70*c=5],[a+1.50*b+1045*c=3],[a+5.00*b+3.00*c=7])

Solution

  1. Identify the coefficients of the variables a b and c for each equation to form the column vectors.

  2. Express the system as a linear combination of these column vectors, where each vector is multiplied by its corresponding variable.

  3. Set the linear combination equal to the vector of constants from the right-hand side of the equations.

Final Answer

a*[[1],[1],[1]]+b*[[4.00],[1.50],[5.00]]+c*[[1.70],[1045],[3.00]]=[[5],[3],[7]]


Want more problems? Check here!