Difference between revisions of "File:Complexarccosecantglyph.png"
From specialfunctionswiki
(Category:Arccosecant <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: acsc(x),[-2,2],[-2,2],points=400000,verbose=True)...) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Arccosecantglyph]] |
<pre>#!/usr/bin/python | <pre>#!/usr/bin/python | ||
import numpy as np | import numpy as np |
Latest revision as of 21:42, 27 February 2016
#!/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: acsc(x),[-2,2],[-2,2],points=400000,verbose=True) plt.savefig('complexarccosecantglyph.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 | 21:41, 27 February 2016 | 194 × 194 (148 KB) | Tom (talk | contribs) | Category:Arccosecant <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: acsc(x),[-2,2],[-2,2],points=400000,verbose=True)... |
- You cannot overwrite this file.
File usage
There are no pages that link to this file.