document.write( "Question 1046201: I need help to show a 2x2 matrix is invertible by using A has n pivot positions. \n" ); document.write( "
Algebra.Com's Answer #661692 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Matrix A has two pivots on the main diagonal, that is, being one down and one right from the one before it. \n" ); document.write( ": \n" ); document.write( "1) This implies that the reduced echelon form of A is I2 - the identity matrix \n" ); document.write( ": \n" ); document.write( "2) This means that if A has two pivots, then A is equivalent to the 2 by 2 identity matrix \n" ); document.write( ": \n" ); document.write( "Also 2) implies that A is invertable because \n" ); document.write( ": \n" ); document.write( "\" an n x n matrix, called A is invertible iff (if and only if) A is row equivalent to In , and any sequence of elementary row operations that reduces A to In also transforms In into A-1\" \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |