document.write( "Question 1028417: how can we find the diagonal elements of square matrix? \n" ); document.write( "
Algebra.Com's Answer #643519 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
You start at the top left and move diagonally toward the bottom right, reading off the elements as you go. So for a matrix like\r
\n" ); document.write( "\n" ); document.write( "1 2 3
\n" ); document.write( "4 5 6
\n" ); document.write( "7 8 9\r
\n" ); document.write( "\n" ); document.write( "our diagonal elements are 1,5, and 9.
\n" ); document.write( "
\n" );