DiagonalMatrices.md (338B)
1 # Diagonal Matrices 2 3 Khan U2 4 5 **Definition:** Diagonal matricies are matricies that have zeroes in all positions except for the diagonal from 1,1 to m,n. 6 7 Diagonal matricies are the matricies that represent linear transformations where we are multiplying each axis component by some value and not combining different components together.