cours/partie positive d'une fonction.md
Oscar Plaisant c891129430 update
2024-11-01 11:45:32 +01:00

508 B

up::programmation.fonction sibling:: partie négative d'une fonction #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