|
unit matrix (identity matrix)
-
-
A square matrix in which the elements in the leading diagonal are all equal to one and all the other elements are equal to zero. Symbol: I. It is also called identity matrix (for matrix multiplication) because any matrix M with m rows and n columns when multiplied by an n×n unit matrix will remain unchanged. That is,
IA = A
|
|