|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
HeavisideLambda
HeavisideLambda[x]
represents the triangle distribution
which is nonzero for
.
HeavisideLambda[x1, x2, ...]
represents the multidimensional triangle distribution
which is nonzero for
.
DetailsDetails
- HeavisideLambda[x] is equivalent to Convolve[HeavisidePi[t], HeavisidePi[t], t, x].
- HeavisideLambda can be used in derivatives, integrals, integral transforms, and differential equations.
- HeavisideLambda has attribute Orderless.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
Plot in one and two dimensions:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
Higher derivatives involve DiracDelta distributions:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


