Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Calculate the value of the second Chebyshev function ψ(x)
ResourceFunction["ChebyshevPsi"][x] returns the value of the second 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