|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
HeavisideTheta
HeavisideTheta[x]
represents the Heaviside theta function
, equal to 0 for
and 1 for
.
HeavisideTheta[x1, x2, ...]
represents the multidimensional Heaviside theta function which is 1 only if none of the
are not positive.
DetailsDetails
- HeavisideTheta[x] returns 0 or 1 for all real numeric x other than 0.
- HeavisideTheta can be used in integrals, integral transforms and differential equations.
- HeavisideTheta has attribute Orderless.
- For exact numeric quantities, HeavisideTheta internally uses numerical approximations to establish its result. This process can be affected by the setting of the global variable $MaxExtraPrecision.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

