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

View File

@@ -0,0 +1,8 @@
up:: [[fonction]]
#maths/analyse
> [!definition] [[partie négative d'une fonction]]
> Soit l'application $f : E \to \mathbb{R}$
> On note $f^{-}$ la **partie négative** de $f$, définie par :
> $f^{-}(x) := \begin{cases} f(x) & \text{si } x \leq 0\\ 0 & \text{sinon} \end{cases}$
^definition