document.write( "Question 259228: use the matrix [ 0 1 ]
\n" ); document.write( " [-1 0 ]
\n" ); document.write( "to rotate polygon ABCD with coordinates A(0,0) B(4,1) C(5,-1) and D(-2,-3) about the origin. graph and describe the answer. do you think you could help? please?
\n" ); document.write( "

Algebra.Com's Answer #190847 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
We have a 2x2 matrix of the form
\n" ); document.write( "0....1
\n" ); document.write( "-1..0.
\n" ); document.write( "Take this matrix and multiply it by each of your coordinates
\n" ); document.write( "Originally, we had the following coordinates:
\n" ); document.write( "A(0,0) B(4,1) C(5,-1) and D(-2,-3)
\n" ); document.write( "multiplying the 2x2 matrix with A, we get A' = [0...... 0]
\n" ); document.write( "multiplying the 2x2 matrix with B, we get B' = [1......-4]
\n" ); document.write( "multiplying the 2x2 matrix with C, we get C' = [-1....-5]
\n" ); document.write( "multiplying the 2x2 matrix with D, we get D' = [-3....2]
\n" ); document.write( "--
\n" ); document.write( "graph the original set and the new prime set.
\n" ); document.write( "
\n" );