linear-algebra Definition Main Diagonal The main diagonal of a matrix M is the list of elements Mi,j where i=j. Example Given a 3×3 matrix M: M=M1,1M2,1M3,1M1,2M2,2M3,2M1,3M3,3M3,3 The main diagonal is: {M1,1,M2,2,M3,3}