File:Kelvinbei,n=1plot.png
From specialfunctionswiki
Revision as of 00:31, 11 June 2016 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 x=np.arange(-7,7,0.01); f=np.vectorize(lambda x: bei(1,x)) y=f(x) fig, ax...)
Size of this preview: 583 × 599 pixels. Other resolutions: 233 × 240 pixels | 861 × 885 pixels.
Original file (861 × 885 pixels, file size: 35 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 x=np.arange(-7,7,0.01); f=np.vectorize(lambda x: bei(1,x)) y=f(x) fig, ax = plt.subplots() plt.xlabel(r'$x$') plt.ylabel(r'$\mathrm{bei}_1(x)$') plt.plot(x,y,linewidth=2,color='Black') plt.ylim(-8,8) plt.xlim(-7,7) plt.savefig('kelvinbei,n=1plot.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 | 00:31, 11 June 2016 | 861 × 885 (35 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 x=np.arange(-7,7,0.01); f=np.vectorize(lambda x: bei(1,x)) y=f(x) fig, ax... |
- You cannot overwrite this file.
File usage
The following page links to this file: