document.write( "Question 190355: I need HELP using the Gauss-Jordan method to find A-1 if it exists,\r
\n" ); document.write( "\n" ); document.write( "\"A=%28matrix%283%2C3%2C1%2C1%2C1%2C2%2C1%2C1%2C2%2C2%2C3%29%29\"
\n" ); document.write( "

Algebra.Com's Answer #142901 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Simply append the 3x3 identity matrix \"%28matrix%283%2C3%2C1%2C0%2C0%2C0%2C1%2C0%2C0%2C0%2C1%29%29\" to the given matrix to get\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now use Gauss-Jordan Elimination (ie row reduce) to transform the left hand block matrix to the 3x3 identity matrix \"%28matrix%283%2C3%2C1%2C0%2C0%2C0%2C1%2C0%2C0%2C0%2C1%29%29\". The right hand block 3x3 matrix will be the inverse of the given matrix.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So here are the steps needed to row reduce (provided by the Linear Algebra Toolkit):\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Notice how the left hand block matrix is the 3x3 identity matrix \"%28matrix%283%2C3%2C1%2C0%2C0%2C0%2C1%2C0%2C0%2C0%2C1%29%29\", so this means that 1) the inverse of A exists (and is unique), and 2) the right hand matrix is the inverse of A\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since the right hand block 3x3 matrix is \"%28matrix%283%2C3%2C-1%2C1%2C0%2C4%2C-1%2C-1%2C-2%2C0%2C1%29%29\", this means that if \"A=%28matrix%283%2C3%2C1%2C1%2C1%2C2%2C1%2C1%2C2%2C2%2C3%29%29\", then \"A%5E%28-1%29=%28matrix%283%2C3%2C-1%2C1%2C0%2C4%2C-1%2C-1%2C-2%2C0%2C1%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );