document.write( "Question 128901This question is from textbook
\n" ); document.write( ": Transpose this augmented matrix:
\n" ); document.write( "[ 1 8 7 9 ]
\n" ); document.write( "[ 0 2 5 1 ]
\n" ); document.write( "[-4 -1 0 17]
\n" ); document.write( "

Algebra.Com's Answer #94271 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
To transpose a matrix, take each row and make it into a column.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"A=%28matrix%283%2C4%2C1%2C8%2C7%2C9%2C0%2C2%2C5%2C1%2C-4%2C-1%2C0%2C17%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"A%5ET=%28matrix%284%2C3%2C1%2C0%2C-4%2C8%2C2%2C-1%2C7%2C5%2C0%2C9%2C1%2C17%29%29\"
\n" ); document.write( "
\n" );