Identity matrix
Dependencies:
Let $R$ be a semiring with unity. The identity matrix of size $n$, denoted as $I_n$, is a matrix in $\mathbb{M}_{n, n}(R)$ such that \[ I_n[i, j] = \begin{cases} 1 & i = j \\ 0 & i \neq j \end{cases} \]
Dependency for:
- Identity matrix is identity of matrix product
- Elementary row operation is matrix pre-multiplication
- Inverse of a matrix
- AB = I implies BA = I
- Full-rank square matrix in RREF is the identity matrix
- Square matrices form a (semi)ring
- Bound on eigenvalues of sum of matrices
- Eigenpair of affine transformation
- Eigenpair of power of a matrix
- Chapman-Kolmogorov equation
- Standard normal random vector on vector space
- General multivariate normal distribution
- Standard multivariate normal distribution
Info:
- Depth: 3
- Number of transitive dependencies: 4