document.write( "Question 1185219: Express the column matrix b as a linear combination of the columns of A. (Use A1, A2, and A3 respectively for the columns of A.)
\n" );
document.write( "A = \r
\n" );
document.write( "\n" );
document.write( "3 1 2 \r
\n" );
document.write( "\n" );
document.write( "1 −1 −3
\n" );
document.write( ", \r
\n" );
document.write( "\n" );
document.write( " b = −1
\n" );
document.write( " 3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #816016 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \n" ); document.write( "This gives us two equations in the three variables p, q, and r, so we will get either no solution or an infinite family of solutions. \n" ); document.write( "[1] \n" ); document.write( "[2] \n" ); document.write( "Adding the two equations eliminates q: \n" ); document.write( " \n" ); document.write( "Solve that for r: \n" ); document.write( "[3] \n" ); document.write( "At this point, since the problem asks us to express B as a linear combination of the columns of A, we can simply choose a value for p, use the last equation to find the corresponding value of r, and then use either of our two original equations to find the value of q. \n" ); document.write( "Choose p=1 \n" ); document.write( "Then r=4(1)-2=2 \n" ); document.write( "And q=p-3r-3=1-6-3=-8 \n" ); document.write( "So one solution is \n" ); document.write( " \n" ); document.write( "If we wanted to find parametric representation of the complete family of solutions, we could use [2] and [3] to express q in terms of p: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The family of solutions is then described by \n" ); document.write( "(p,q,r) = (p,-11p+3,4p-2) \n" ); document.write( "We can then verify the correctness of that parametric representation by plugging those expressions for p, q, and r in [1] and [2]: \n" ); document.write( "[1]: \n" ); document.write( "[2]: \n" ); document.write( " \n" ); document.write( " |