Heaviside step function: Difference between revisions

Content deleted Content added
changed piecewise definition to be the same as the definition on the dirac delta function page, also aligns with wolframalpha implementation
Line 14:
 
The Heaviside function may be defined as:
* a [[piecewise function]]: <math display="block">H(x) := \begin{cases} 1, & x >\ge 0 \\ 0, & x \le< 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 > 0}=\mathbf 1_{\mathbb R_+}(x)</math>