Diagonal-Matrix
07-09-2022 || 04:12
Tags: #linear-algebra
diagonal-matrix
Diagonal matrix are mostly zero and only the values can be found on the diagonal.
$$
A = \begin{vmatrix}
1 & 0 & 0 \\0 & 1 & 0 \\0 & 0 & 1 \\\end{vmatrix}
$$
A is an example of diagonal matrix which is also an identity-matrix