Let D be a diagonal matrix such that D_mm does not equal D_nn if m does not equal n. Show that if BD = DB then B is a diagonal matrix.
1
Expert's answer
2013-01-31T10:11:44-0500
When multiplying by D from theleft, then all rows of B will be multiplied by appropriate D_nn. Symmetric condition holds for columns. When multiplying by D from the right, then all columns of B will be multiplied by appropriate D_mm.
So, at position (i,j) (where i not equal j) in BD=DB we will have element B_ij * D_jj = B_ij * D_ii. Since D_ii <> D_jj then B_ij = 0 . Thus B have to be Diagonal matrix.
Comments
Leave a comment