document.write( "Question 152655: Where are you looking if the indices i and j are equal in a square matrix?
\n" ); document.write( "a. Along the middle row
\n" ); document.write( "b. Along the middle column
\n" ); document.write( "c. Along the diagonal from the upper left to the lower right
\n" ); document.write( "d. Along the diagonal from the lower left to the upper right
\n" ); document.write( "

Algebra.Com's Answer #113728 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
Where are you looking if the indices i and j are equal in a square matrix?
\n" ); document.write( "a. Along the middle row
\n" ); document.write( "b. Along the middle column
\n" ); document.write( "c. Along the diagonal from the upper left to the lower right
\n" ); document.write( "d. Along the diagonal from the lower left to the upper right
\n" ); document.write( "0 solutions
\n" ); document.write( "
\r\n" );
document.write( "Notice in the matrix:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "the way the elements have subscripts, for instance,\r\n" );
document.write( "\"a%5Bi%2Cj%5D=a%5B3%2C2%5D\" means the element where \"i=3\" \r\n" );
document.write( "and \"j=2\".\r\n" );
document.write( "\r\n" );
document.write( "The first subscript, which is denoted by \"i\", is\r\n" );
document.write( "the number of the row it's in and the second subscript,\r\n" );
document.write( "which is denoted by \"j\" is the number of the column \r\n" );
document.write( "that it's in.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So picking out the elements where i and j are equal,\r\n" );
document.write( "they are \r\n" );
document.write( "\"+a%5B1%2C1%5D+\", \"+a%5B2%2C2%5D+\", \"+a%5B3%2C3%5D+\", and \"+a%5B4%2C4%5D+\"   \r\n" );
document.write( "\r\n" );
document.write( "Notice they appear on the diagonal that goes from the upper\r\n" );
document.write( "left corner to the bottom right corner.\r\n" );
document.write( "\r\n" );
document.write( "So the answer is (c).\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );