File:Besselcliffordn=0plot.png
From specialfunctionswiki
Revision as of 16:03, 29 April 2017 by Tom (talk | contribs) (Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 def besselclifford(n,z): return nsum(lambda k: z**k/(gamma(k+n+1)*...)
Size of this preview: 598 × 599 pixels. Other resolutions: 239 × 240 pixels | 885 × 887 pixels.
Original file (885 × 887 pixels, file size: 30 KB, MIME type: image/png)
#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 def besselclifford(n,z): return nsum(lambda k: z**k/(gamma(k+n+1)*fac(k)),[0,inf]) x1=np.arange(-5,15,0.01); f=np.vectorize(lambda x: besselclifford(0,x)) y1=f(x1) fig, ax = plt.subplots() plt.xlabel(r'$x$') plt.ylabel(r'$\mathcal{C}_0(x)$') plt.plot(x1,y1,linewidth=2,color='Black') plt.savefig('besselcliffordn=0plot.png',bbox_inches='tight',pad_inches=0.15)
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 16:03, 29 April 2017 | 885 × 887 (30 KB) | Tom (talk | contribs) | Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 def besselclifford(n,z): return nsum(lambda k: z**k/(gamma(k+n+1)*... |
- You cannot overwrite this file.
File usage
The following page links to this file: