isdifferentiable
test for piecewise functions
Calling Sequence
Parameters
Description
Examples
isdifferentiable(expr, var, class)
isdifferentiable(expr, var, class, varparam)
expr
-
expression
var
variable name
class
number n telling if the expr is in class
varparam
(optional) name
isdifferentiable determines if the expression expr containing piecewise or piecewise functions such as abs, signum, max, ..., is of class class. It returns either true or false.
The optional argument varparam can be passed to the function and in case expr is not of class , varparam contains information of which class the function is, and a list of points where we have discontinuities in the n+1-th derivative.
See Also
convert/piecewise
dsolve/piecewise
piecewise
simplify/piecewise
Download Help Document