Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Determine whether a function is continuous
ResourceFunction["IsContinuousFunction"][expr,x,pt] assesses whether expr is continuous, viewed as a real-valued function of x, at the point x=pt. | |
ResourceFunction["IsContinuousFunction"][expr,x] assesses whether expr is continuous over the full set of real numbers. | |
ResourceFunction["IsContinuousFunction"][{expr,cond},x] assesses whether expr is continuous, subject to condition cond. |
Test if a function is continuous over the Reals:
In[1]:= | ![]() |
Out[1]= | ![]() |
Test if a function is continuous at a point:
In[2]:= | ![]() |
Out[2]= | ![]() |
In[3]:= | ![]() |
Out[3]= | ![]() |
One can explicitly specify a domain over which to test continuity:
In[4]:= | ![]() |
Out[4]= | ![]() |
Omitting the condition on x produces a different result:
In[5]:= | ![]() |
Out[5]= | ![]() |
IsContinuousFunction uses the resource function FunctionDiscontinuities to determine the points of discontinuity of an expression:
In[6]:= | ![]() |
Out[6]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License