heaviside - Maple Help

Online Help

All Products    Maple    MapleSim


MTM

  

heaviside

  

heaviside step function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

heaviside(x)

Parameters

x

-

array, matrix, or algebraic expression

Description

• 

The heaviside function is the step function,

0x<0undefinedx=010<x

• 

By default, heaviside(x) will evaluate only when the result is an exact value, or when the input x is a floating point number.  When x is a symbolic expression, it will remain in function form so it can be manipulated symbolically  or as part of a larger expression.  

• 

If x is an array or matrix, the result is an element-wise mapping over x.

Examples

withMTM&colon;

diffheavisidex&comma;x

Diracx

(1)

See Also

Dirac

Heaviside

MTM[dirac]