This commit is contained in:
Oscar Plaisant
2024-09-20 21:31:23 +02:00
parent 2a56343d56
commit 62f0313af1
412 changed files with 64451 additions and 81085 deletions

View File

@@ -15,3 +15,14 @@ $(A, +, \circ, \cdot)$ est une _algèbre_ ssi :
- $(A, \circ)$ forme un [[monoïde]]
> [!definition] $\mathbb{R}$-algèbre
> Une $\mathbb{R}$-algèbre est un $\mathbb{R}$-[[espace vectoriel]] $E$ muni d'une loi $\cdot : \mathbf{E} \times \mathbf{E} \to E$ telle que $\cdot$ [[forme bilinéaire|bilinéaire]] :
> $\forall x, y, z \in E, \quad \forall \lambda \in \mathbb{R}, \quad (x+\lambda y)\cdot z = (x\cdot z) + \lambda (y\cdot z)$
> $\forall x, y, z \in E, \quad \forall \lambda \in \mathbb{R}, \quad z\cdot(x+\lambda y) = (z\cdot x) + \lambda (z\cdot y)$
^definition
> [!example] Exemples
> - $E = \mathcal{C}([0, 1], \mathbb{R})$ muni du produit classique de fonction $(f\cdot g)(t) = f(t)\cdot g(t)$ est une algèbre
> - $\mathcal{M}_{n}(\mathbb{R})$ munie du produit de matrices est une $\mathbb{R}$-algèbre
> -
^example