document.write( "Question 2893: I need your help please...........\r
\n" );
document.write( "\n" );
document.write( "1. If the matrices A and B are the same size and A+B=A, then:\r
\n" );
document.write( "\n" );
document.write( "a. Each element of B is 1.
\n" );
document.write( "b. Each element of B is 0.
\n" );
document.write( "c. A-B=A.
\n" );
document.write( "d. B=I, the identity matrix.
\n" );
document.write( "e. B and C\r
\n" );
document.write( "\n" );
document.write( "2. For the matrices C and D below, find the value of the missing element in D that makes the matrix product CD=[10].\r
\n" );
document.write( "\n" );
document.write( "C=[10 15 -2 5] D=[2 -3 5]...\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #1265 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! 1. Like regular numbers A+B =A implies B = 0 (zero matrix)\r \n" ); document.write( "\n" ); document.write( "2. Not quuite clear tome. C=[10 15 -2 5] \n" ); document.write( " let D=[2 -3 5 x]... \n" ); document.write( " Your CD may mean the dot product or CD^t(transpose) \n" ); document.write( " = 10*2 + 15*(-3)+ (-2)* 5 + 5 x = 10 \n" ); document.write( " = -35 + 5x =10, so x = 9. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |