File:Complexhankel1,n=0glyph.png
From specialfunctionswiki
Complexhankel1,n=0glyph.png (195 × 194 pixels, file size: 22 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: hankel1(0,x),[-10,10],[-10,10],points=40000,verbose=True) plt.savefig('complexhankel1,n=0glyph.png')
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 20:09, 10 June 2016 | 195 × 194 (22 KB) | Tom (talk | contribs) | Category:hankel1glyph <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: hankel1(0,x),[-10,10],[-10,10],points=40000,verb... |
- You cannot overwrite this file.
File usage
There are no pages that link to this file.