This commit is contained in:
Oscar Plaisant
2024-11-01 11:45:32 +01:00
parent 5b65eb2b2a
commit c891129430
288 changed files with 4504 additions and 3520 deletions

18
maximum.md Normal file
View File

@@ -0,0 +1,18 @@
up:: [[analyse]]
sibling:: [[minimum]]
#maths/analyse
> [!definition] [[maximum]] entre deux valeurs
> la fonction $\max : \mathbb{R}^{2} \to \mathbb{R}$ est définie comme :
> $\max(x, y) = \begin{cases} x & \text{si } x \geq y\\ y & \text{sinon} \end{cases}$
^definition-deux-valeurs
# Propriétés
> [!proposition]+ formule directe pour le maximum de deux nombres
> Quels que soient $x, y \in \mathbb{R}$
> $\max(x, y) = \frac{1}{2}(x+y+|x-y|)$
> ![[maximum 2024-10-03 08.50.35.excalidraw|700]]
# Exemples