Difference between revisions of "File:Complexcoshglyph.png"
From specialfunctionswiki
(Category:Coshglyph <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: cosh(x),[-4,4],[-4,4],points=400000,verbose=True)...) |
|||
Line 1: | Line 1: | ||
[[Category:Coshglyph]] | [[Category:Coshglyph]] | ||
+ | [[Category:hypergeometric0f1glyph]] | ||
<pre> | <pre> | ||
#!/usr/bin/python | #!/usr/bin/python |
Latest revision as of 05:59, 10 January 2017
#!/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: cosh(x),[-4,4],[-4,4],points=400000,verbose=True) plt.savefig('complexcoshglyph.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:31, 14 May 2016 | 194 × 194 (148 KB) | Tom (talk | contribs) | Category:Coshglyph <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: cosh(x),[-4,4],[-4,4],points=400000,verbose=True)... |
- You cannot overwrite this file.
File usage
There are no pages that link to this file.