Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Check if a function is strictly monotonic
ResourceFunction["StrictlyMonotonicFunctionQ"][f,x] gives True if f is strictly monotonic with respect to x. | |
ResourceFunction["StrictlyMonotonicFunctionQ"][f,x,property] restricts the test to the direction dir. |
Compute whether an expression is strictly monotonic:
In[1]:= | ![]() |
Out[1]= | ![]() |
Determine whether the expression is increasing:
In[2]:= | ![]() |
Out[2]= | ![]() |
Note that a function with regions where it is constant is not strictly increasing:
In[3]:= | ![]() |
In[4]:= | ![]() |
Out[4]= | ![]() |
For more information on the monotonicity of the input expression, use the resource function FunctionMonotonicity:
In[5]:= | ![]() |
Out[5]= | ![]() |
Such a curve is only monotonic, not strictly monotonic:
In[6]:= | ![]() |
Out[6]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License