document.write( "Question 175039: find inverse of the matrix and also verify your result.
\n" ); document.write( "1 -2
\n" ); document.write( "3 4
\n" ); document.write( "

Algebra.Com's Answer #130146 by Mathtut(3670)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "A=\"%28matrix%282%2C2%2C1%2C-2%2C3%2C4%29%29\"\r
\n" ); document.write( "\n" ); document.write( "\"A%5E-1=adjA%2FdetA\"
\n" ); document.write( ":
\n" ); document.write( "adjA=\"%28matrix%282%2C2%2C4%2C2%2C-3%2C1%29%29\" in a 2x2 matrix...the elements of the main diagonal of the matrix A are switched whereas we take the negatives of the remaining elements to obtain the adjugate of A
\n" ); document.write( ":
\n" ); document.write( "detA=1(4)-2(-3)=10
\n" ); document.write( ":
\n" ); document.write( "\"A%5E-1=%28matrix%282%2C2%2C4%2C2%2C-3%2C1%29%29\"/10=\"%28matrix%282%2C2%2C2%2F5%2C1%2F5%2C-3%2F10%2C1%2F10%29%29\"
\n" ); document.write( ":
\n" ); document.write( "\"%28matrix%282%2C2%2C1%2C-2%2C3%2C4%29%29\"\"%28matrix%282%2C2%2C2%2F5%2C1%2F5%2C-3%2F10%2C1%2F10%29%29\"=\"%28matrix%282%2C2%2C1%2C0%2C0%2C1%29%29\"
\n" ); document.write( "
\n" );