isdifferentiable - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : Programming : Logic : Boolean : isdifferentiable

isdifferentiable

test for piecewise functions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

isdifferentiable(expr, var, class)

isdifferentiable(expr, var, class, varparam)

Parameters

expr

-

expression

var

-

variable name

class

-

number n telling if the expr is in class

varparam

-

(optional) name

Description

• 

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.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

See Also

convert/piecewise

dsolve/piecewise

piecewise

simplify/piecewise

 


Download Help Document