Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Obtain the domain of an InterpolatingFunction object
ResourceFunction["InterpolatingFunctionDomain"][ifun] gives the domain for the InterpolatingFunction object ifun. |
Construct an InterpolatingFunction object and obtain its domain:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
Define a multidimensional interpolation function and find its domain:
| In[3]:= |
| Out[3]= |
| In[4]:= |
| Out[4]= |
Get a solution to a differential equation which cannot be computed up to the specified endpoint:
| In[5]:= |
| Out[5]= |
| In[6]:= |
| Out[6]= |
Get its domain:
| In[7]:= |
| Out[7]= |
Plot the solution over its domain:
| In[8]:= |
| Out[9]= | ![]() |
The resource function InterpolatingFunctionData returns all the known properties of an InterpolatingFunction object, including its domain:
| In[10]:= |
| Out[10]= |
| In[11]:= |
| Out[11]= |
Compare with InterpolatingFunctionDomain:
| In[12]:= |
| Out[12]= |
This work is licensed under a Creative Commons Attribution 4.0 International License