discont
find the discontinuities of a function (or generalized function) over the reals
Calling Sequence
Parameters
Description
Examples
discont(f, x )
f
-
algebraic expression in x
x
name
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.
discont⁡1x,x
0
discont⁡tan⁡x,x
12⁢π+π⁢_Z1~
discont⁡round⁡3⁢x−12,x
13+_Z2~3
discont⁡Γ⁡x2,x
−2⁢_NN1~
Find out more about the variable in the solution
about⁡_NN1
Originally _NN1, renamed _NN1~: is assumed to be: AndProp(integer,RealRange(0,infinity))
discont⁡arctan⁡12⁢tan⁡2⁢xx2−1,x
−1,1,14⁢π+12⁢π⁢_Z3~
discont⁡Dirac⁡x−1,x
1
f≔1sin⁡x−12
discont⁡f,x
16⁢π+2⁢π⁢_Z4~,56⁢π+2⁢π⁢_Z4~
Evaluating the function where it is discontinuous will result in an error.
eval⁡f,x=π6+23⁢π⋅10−6⁢π
Error, numeric exception: division by zero
Example where a range is returned:
discont⁡dilog⁡−sqrt⁡y,y
0,0,∞
See Also
about
fdiscont
iscont
limit
plot/options
Download Help Document