MacBook-Pro-de-Oscar.local 2026-6-13:17:14:51

This commit is contained in:
oskar
2026-06-13 17:14:52 +02:00
parent 883daa8600
commit e23a1dead0
36 changed files with 293 additions and 174 deletions
+16 -14
View File
@@ -1,19 +1,21 @@
up::[[matrice]]
title::"$\mathrm{Id}_{i,j} = \delta _{i,j} = [i=j]$"
#s/maths/algèbre
---
up:
- "[[matrices particulières]]"
tags:
- "#s/maths/algèbre"
---
----
> [!definition] [[matrice identité]]
La matrice identité de taille $n$ est la [[matrice]] $Id_n$ telle que :
$$\forall (i,j)\in[\![1;n]\!]^2,
Id_{n_{i,j}} =
\left\{\begin{gathered}
1 \text{ si } i = j\\
0 \text{ sinon}
\end{gathered}
\right.$$
Autre définition : $\forall(i,j)\in[\![1;n]\!], Id_{n_{i,j}} = \delta_{i,j}$ où $\delta$ est le [[symbole de kronecker]].
> $$\forall (i,j)\in[\![1;n]\!]^2,
> Id_{n_{i,j}} =
> \left\{\begin{gathered}
> 1 \text{ si } i = j\\
> 0 \text{ sinon}
> \end{gathered}
> \right.$$
> Autre définition : $\forall(i,j)\in[\![1;n]\!], Id_{n_{i,j}} = \delta_{i,j}$ où $\delta$ est le [[symbole de kronecker]].
^definition
# Propriétés
- $Id$ est l'élément neutre des matrices pour la [[multiplication de matrices]] : $Id\times M = M\times Id = M$