Ramp
Ramp(z)
The
Ramp
function is a unary real function, whose graph is shaped like a ramp.
See
Examples
>> PiecewiseExpand(Ramp(x))Piecewise({{x,x>=0}},0)
Related terms
Implementation status
- ✅ - full supported
Ramp(z)
The
Ramp
function is a unary real function, whose graph is shaped like a ramp.
See
>> PiecewiseExpand(Ramp(x))Piecewise({{x,x>=0}},0)