convert/Heaviside
Convert a piecewise function to a Heaviside expression
Calling Sequence
Parameters
Description
Examples
convert( expr, Heaviside )
convert( expr, Heaviside, positive )
convert( expr, Heaviside, positive(var) )
expr
-
expression containing piecewise
positive
literal keyword
var
variable for Heaviside sign
Converts a piecewise function to an expression with Heaviside functions.
If the optional third argument 'positive' is given, then the expression must only depend on one variable, and on output all Heaviside functions with an argument that is linear in that variable will be written so that the sign of the coefficient of that variable, if it can be detected, will be positive.
When the input depends on more than one variable, the form positive(var) must be used to specify the variable.
If the expression contains an abs or a signum, these are also converted to Heaviside expressions.
Note that conversion to Heaviside can result in a function which differs from the original in finitely many points. For this reason, conversion to Heaviside should generally be done prior to definite integration.
convert⁡piecewise⁡0<x,1,Heaviside
Heaviside⁡x
convert⁡piecewise⁡x<0,1,x<1,2,x<2,3,Heaviside
1+Heaviside⁡x+Heaviside⁡x−1−3⁢Heaviside⁡x−2
convert⁡abs⁡x,Heaviside
−x+2⁢x⁢Heaviside⁡x
convert⁡Heaviside⁡x−a,Heaviside,positive⁡x
Heaviside⁡x−a
convert⁡Heaviside⁡x−a,Heaviside,positive⁡a
1−Heaviside⁡−x+a
See Also
convert/piecewise
piecewise
Download Help Document