Identity matrix
An identity matrix for a specific operation is a matrix that, when combined with another compatible matrix using that operation, leaves the other matrix unchanged.
That’s a lot of words, so what I mean is that, if we have a matrix
(Where
Identity matrix for addition
For addition, we need to add nothing to a matrix to get the same matrix back. So the identity matrix for addition is a matrix where all the elements are zero, which we (imaginatively) call the zero matrix.
Identity matrix for multiplication
The identity matrix for multiplication is a matrix where all the elements on the leading diagonal are 1, and all the other elements are 0.
This is generally what people are talking about when they say ‘the identity matrix’, and we write it as
See matrix multiplication identity for more details on the identity for matrix multiplication.
flashcards
| Question | Answer |
|---|---|
| What is an identity matrix for a specific operation? | A matrix that, when combined with a compatible matrix using that operation, leaves the other matrix unchanged. |
| If | |
| What is the identity matrix for addition? | The zero matrix, a matrix where all elements are zero. |
| When people say “the identity matrix” without qualification, which operation are they usually referring to? | Matrix multiplication. |
| What are the characteristics of the identity matrix for multiplication? | A matrix where all elements on the leading diagonal are 1, and all other elements are 0. |