Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Calculate the value of the first Chebyshev function θ(x)
ResourceFunction["ChebyshevTheta"][x] returns the value of the first Chebyshev function at x. |
Compute θ(30):
In[1]:= |
Out[1]= |
Obtain a decimal approximation:
In[2]:= |
Out[2]= |
Plot θ(x) from 0 to 30:
In[3]:= |
Out[3]= |
Compare x, θ(x) and |x-θ(x)|:
In[4]:= |
Out[4]= |
Plot the ratio :
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License