Multiplicative identity property
The n, times, n identity matrix, denoted I, start subscript, n, end subscript, is a matrix with n rows and n columns. The entries on the diagonal from the upper left to the bottom right are all 1's, and all other entries are 0.
For example:
The multiplicative identity property states that the product of any n, times, n matrix A and I, start subscript, n, end subscript is always A, regardless of the order in which the multiplication was performed. In other words,
Multiplicative property of zero
A zero matrix is a matrix in which all of the entries are 0. For example, the 3, times, 3 zero matrix is .
A zero matrix is indicated by O, and a subscript can be added to indicate the dimensions of the matrix if necessary.
The multiplicative property of zero states that the product of any n, times, n matrix and the n, times, n zero matrix is the n, times, n zero matrix. In other words, A, dot, O, equals, O, dot, A, equals, O.
The dimension property
One property that is unique to matrices is the dimension property. This property has two parts:
(m×n).(n×k)=(m×k)
1.The product of two matrices will be defined if the number of columns in the first matrix is equal to the number of rows in the second matrix.
2. If the product is defined, the resulting matrix will have the same number of rows as the first matrix and the same number of columns as the second matrix.
For example, if A is a start color #11accd, 3, end color #11accd, times, start color #ed5fa6, 2, end color #ed5fa6 matrix and if B is a start color #ed5fa6, 2, end color #ed5fa6, times, start color #e07d10, 4, end color #e07d10 matrix, the dimension property tells us:
- The product A, B is defined.
- A, B will be a start color #11accd, 3, end color #11accd, times, start color #e07d10, 4, end color #e07d10 matrix.
A, dot, I, equals, I, dot, A, equals, A.