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

510 B

up::programmation.fonction sibling:: partie négative d'une fonction #s/maths/analyse

[!definition] partie positive d'une fonction Soit l'application f : E \to \mathbb{R} On note f^{+} la partie positive de f, définie par : f^{+}(x) := \begin{cases} f(x) & \text{si } x\geq 0\\ 0 & \text{sinon} \end{cases} ^definition

Propriétés

[!proposition]+

  • |f| = f^{+} + f^{-}
  • f = f^{+} - f^{-}

(voir partie négative d'une fonction)

Exemples