Files
cours/partie négative d'une fonction.md
Oscar Plaisant 602a41e7f8 update
2024-12-25 22:30:24 +01:00

343 B

up:: fonction sibling:: partie positive d'une fonction #s/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