File:Complexbesseli,n=0glyph.png

From specialfunctionswiki
Jump to: navigation, search
Complexbesseli,n=0glyph.png(195 × 194 pixels, file size: 24 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'] = 2.5, 2.5

cplot(lambda x: besseli(0,x),[-8,8],[-8,8],points=40000,verbose=True)
plt.savefig('complexbesseli,n=0glyph.png')

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current22:36, 10 June 2016Thumbnail for version as of 22:36, 10 June 2016195 × 194 (24 KB)Tom (talk | contribs)Category:Besseliglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.5, 2.5 cplot(lambda x: besseli(0,x),[-8,8],[-8,8],points=40000,verbose=...
  • You cannot overwrite this file.

There are no pages that link to this file.

Metadata