document.write( "Question 333475: For u= i + j - 2k, v= 3i + j + 2k and w= 2i - 2j - 3k
\n" );
document.write( "Will someone please show me how to find the cross product of u and w?
\n" );
document.write( "Thanks,
\n" );
document.write( "-Nick \n" );
document.write( "
Algebra.Com's Answer #239004 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! For u= i + j - 2k, v= 3i + j + 2k and w= 2i - 2j - 3k \n" ); document.write( "Will someone please show me how to find the cross product of u and w? \n" ); document.write( "--------- \n" ); document.write( "Use determinants. \n" ); document.write( "|i +j +k| \n" ); document.write( "|1 +1 -2| = cross product \n" ); document.write( "|2 -2 -3| \n" ); document.write( "---------- \n" ); document.write( "i(-3 - 4) -j(-3 + 4) + k(-2 - 2) \n" ); document.write( "= -7i -j -4k \n" ); document.write( " \n" ); document.write( " |