document.write( "Question 1167395: Consider the n × n matrix A where
\n" );
document.write( "a(ij) [ 1 if i+j is even,
\n" );
document.write( " [ 0 if i+j is odd.\r
\n" );
document.write( "\n" );
document.write( "Find the rank and nullity of A.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #791996 by ikleyn(52784)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "They are chess-board pattern matrices, filled by 1 and 0.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Regarding the rank of such a matrices, notice that they have, actually, only 2 different lines - the first and the second, \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "while the rest of the lines repeat either the first or the second lines.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Therefore, by using elementary linear transformations, they can be reduced to matrices having only two upper lines different,\r\n" ); document.write( "\r\n" ); document.write( "while all other lines are zeroed.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Elementary matrix transformations do not change the range.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Therefore, the range is 2 and the null space has the dimension (n-2).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "// The fact that the range is 2 means that the image of the linear operator with such a matrix has the dimension of 2.\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |