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

Online Help

All Products    Maple    MapleSim


discont

find the discontinuities of a function (or generalized function) over the reals

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

discont(f, x )

Parameters

f

-

algebraic expression in x

x

-

name

Description

• 

discont returns a set of values where it is possible (not necessarily certain) that discontinuities occur.

• 

This function returns all the discontinuity points over the reals. This includes the points where the function goes to plus or minus infinity. Note that this can include ranges in RealRange format.

• 

Note that Dirac, though not a standard function, is considered to have a discontinuity when the argument is zero. This is because many algorithms in Maple treat all functions as pointwise defined, even if they are generalized functions.

• 

Multiple discontinuities may be expressed with the aid of extra variables with the names _Zn~, _NNn~, and _Bn~. When these variables appear in the answer, the expression f has discontinuities for all integer assignments to the variables _Zn~, for all non-negative integer assignments to the variables _NNn~, and for all binary assignments to the variables _Bn~.

  

If the solution incudes one of these variables, you can use about to find out information on the variable.

Examples

discont1x,x

0

(1)

disconttanx,x

12π+π_Z1~

(2)

discontround3x12,x

13+_Z2~3

(3)

discontΓx2,x

2_NN1~

(4)

Find out more about the variable in the solution

about_NN1

Originally _NN1, renamed _NN1~:
  is assumed to be: AndProp(integer,RealRange(0,infinity))

discontarctan12tan2xx21,x

−1,1,14π+12π_Z3~

(5)

discontDiracx1,x

1

(6)

f1sinx12

f1sinx12

(7)

discontf,x

16π+2π_Z4~,56π+2π_Z4~

(8)

Evaluating the function where it is discontinuous will result in an error.

evalf,x=π6+23π106π

Error, numeric exception: division by zero

Example where a range is returned:

discontdilogsqrty,y

0,0,

(9)

See Also

about

fdiscont

iscont

limit

plot/options