Heaviside step function: Difference between revisions

Content deleted Content added
wfy
m The value 0 needs to be included in the indicator function description (check the definition of indicator function)
Line 16:
* a [[piecewise function]]: <math display="block">H(x) := \begin{cases} 1, & x \ge 0 \\ 0, & x < 0 \end{cases}</math>
* using the [[Iverson bracket]] notation: <math display="block">H(x) := [x>0]</math>
* an [[indicator function]]: <math display="block">H(x) := \mathbf{1}_{x >\geq 0}=\mathbf 1_{\mathbb R_+}(x)</math>
* the derivative of the [[ramp function]]: <math display="block">H(x) := \frac{d}{dx} \max \{ x, 0 \}\quad \mbox{for } x \ne 0</math>