Kind of like a unit vector, but it's a matrix.
For example, if the notation is $A_{ij}$, then this matrix has all zero elements, except $a_{ij} = 1$.
Is there a common notation/term for this kind of matrix?
The goal is to write something like: for a matrix $B$, then $B + A_{12}$ gives the same matrix but one element at $(1,2)$ is incremented.
Is there a better notation for this goal?
Thanks!