In[]:=
Basic Examples
Basic Examples
Test whether a basic power function is odd:
In[]:=
Out[]=
True
Test another power function:
In[]:=
Out[]=
False
Applications
Applications
Test whether a constant function is odd:
In[]:=
Out[]=
False
Test whether the absolute value function is odd:
In[]:=
Out[]=
False
Test whether the sine function is odd:
In[]:=
Out[]=
True
Test whether the cosine function is odd:
In[]:=
Out[]=
False
Test whether a Gaussian function is odd:
In[]:=
Out[]=
False
Test a signed Gaussian function:
In[]:=
Out[]=
True
Test whether a hyperbolic sine function of two variables is odd:
In[]:=
Out[]=
False
Test whether the hyperbolic tangent function is odd:
In[]:=
Out[]=
True
Test whether the error function is odd:
In[]:=
Out[]=
True
Test whether a Fresnel integral is odd:
In[]:=
Out[]=
True
Test whether a shifted Fresnel integral is odd:
In[]:=
Out[]=
False