1
Fork 0
mirror of https://github.com/Steffo99/appunti-magistrali.git synced 2024-11-24 19:24:19 +00:00
appunti-steffo/0 - Generale/matrice identità.md

22 lines
387 B
Markdown
Raw Normal View History

2024-07-05 17:22:13 +00:00
---
aliases:
- trasformazione identità
---
2024-08-23 11:13:05 +00:00
Particolare [[matrice quadrata]].
$$
\Huge \mathbf{I}
$$
Ha [[elemento neutro|elementi neutri]] della [[moltiplicazione]] sulla [[diagonale principale]], ed [[elemento nullo|elementi nulli]] della [[moltiplicazione]] altrove.
2024-07-05 17:22:13 +00:00
$$
\Large
\mathbf{I}_{(\mathbb{N}^3)} =
\begin{bmatrix}
1 & 0 & 0 \\
0 & 1 & 0 \\
0 & 0 & 1
\end{bmatrix}
$$