|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
UnitTriangle
UnitTriangle[x]
represents the unit triangle function on the interval
.
UnitTriangle[x1, x2, ...]
represents the multidimensional unit triangle function on the interval
.
DetailsDetails
- UnitTriangle[x] is equivalent to Piecewise
. - UnitTriangle can be used in integrals and integral transforms.
- UnitTriangle has attribute Orderless.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
Plot in one and two dimensions:
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
UnitTriangle is a piecewise function:
| In[1]:= |
| Out[1]= |
The derivative of UnitTriangle is a piecewise function:
| In[1]:= |
| Out[1]= | ![]() |
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



