File:Complexarctangentglyph.png
From specialfunctionswiki
Complexarctangentglyph.png (194 × 194 pixels, file size: 148 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: atan(x),[-2,2],[-2,2],points=400000,verbose=True) plt.savefig('complexarctangentglyph.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 | 04:10, 26 February 2016 | 194 × 194 (148 KB) | Tom (talk | contribs) | Category:Arctangentglyph <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: atan(x),[-2,2],[-2,2],points=400000,verbose=T... |
- You cannot overwrite this file.
File usage
There are no pages that link to this file.