Upload log
Below is a list of the most recent file uploads. See the gallery of new files for a more visual overview.
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 19:43, 7 September 2020 Tom (talk | contribs) uploaded File:Clausensine0.5.png (from mpmath import * import numpy as np import matplotlib.pyplot as plt mp.dps=25; mp.pretty = True cplot(lambda x: clsin(0.5,x),[-10,10],[-5,5],points=50000,verbose=True) plt.title(r'Domain coloring of $Cl_{0.5}(z)$.') plt.savefig('clausensine0.5.pn...)
- 18:55, 7 September 2020 Tom (talk | contribs) uploaded File:Clausencosine0.5plot.png (from mpmath import * import numpy as np import matplotlib.pyplot as plt mp.dps=25; mp.pretty = True cplot(lambda x: clcos(0.5,x),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\tilde{Cl}_{0.5}(z)$.') plt.savefig('clausen...)
- 18:50, 7 September 2020 Tom (talk | contribs) uploaded File:Clausenplot.png (from mpmath import * import numpy as np import matplotlib.pyplot as plt mp.dps=25; mp.pretty = True cplot(lambda x: clcos(0.5,x),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\tilde{Cl}_{0.5}(z)$.') plt.savefig('clausen...)
- 20:00, 14 December 2017 Tom (talk | contribs) uploaded a new version of File:Signumglyph.png (Category:signumglyph <pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-4,-0.05,0.01); x2=np.arange(0.05,4,0.01); def g1(x)...)
- 19:59, 14 December 2017 Tom (talk | contribs) uploaded a new version of File:Signumglyph.png (Category:signumglyph <pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-4,-0.05,0.01); x2=np.arange(0.05,4,0.01); def g1(x)...)
- 19:51, 14 December 2017 Tom (talk | contribs) uploaded File:Signumplot.png (<pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 x1=np.arange(-4,-0.05,0.01); x2=np.arange(0.05,4,0.01); def g1(x): return -1 def g2(x):...)
- 00:27, 29 October 2017 Tom (talk | contribs) uploaded File:Dawsondplusglyph.png (<pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams import scipy.special rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-15,15,0.001) f=np.vectorize(lambda x: scipy.special.dawsn...)
- 00:20, 29 October 2017 Tom (talk | contribs) uploaded File:Dawsondplusplot.png (Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams import scipy.special rcParams['figure.figsize'] = 10, 10 x=np.arange(-15,15,0.001); f=np.vectorize(lambda x: sc...)
- 00:00, 29 October 2017 Tom (talk | contribs) uploaded File:Clausensine0plots.png (<pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams import scipy.special rcParams['figure.figsize'] = 10, 10 x=np.arange(-20,20,0.0001); f=np.vectorize(lambda x: scipy.special.struv...)
- 21:59, 28 October 2017 Tom (talk | contribs) uploaded File:Struveh2glyph.png
- 21:59, 28 October 2017 Tom (talk | contribs) uploaded a new version of File:Struveh0glyph.png
- 00:06, 24 October 2017 Tom (talk | contribs) uploaded File:Struveh1glyph.png (Category:Scorerhiglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams import scipy.special rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-10,10,0.001) f=np.vectorize(la...)
- 00:05, 24 October 2017 Tom (talk | contribs) uploaded File:Struveh0glyph.png (<pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams import scipy.special rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-10,10,0.001) f=np.vectorize(lambda x: scipy.special.struv...)
- 00:14, 22 October 2017 Tom (talk | contribs) uploaded File:Struveplots.png (<pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams import scipy.special rcParams['figure.figsize'] = 10, 10 x=np.arange(-16,16,0.001); f=np.vectorize(lambda x: scipy.special.struve...)
- 00:05, 22 October 2017 Tom (talk | contribs) uploaded File:Struveh0plot.png (#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams import scipy.special rcParams['figure.figsize'] = 10, 10 x=np.arange(-30,30,0.001); f=np.vectorize(lambda x: scipy.special.struve(0,x)...)
- 16:18, 29 April 2017 Tom (talk | contribs) uploaded File:Besselcliffordglyph.png (Category:besselcliffordglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 def besselclifford(n,z): return nsum(lambda k: z**k...)
- 16:03, 29 April 2017 Tom (talk | contribs) uploaded File:Besselcliffordn=0plot.png (Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 def besselclifford(n,z): return nsum(lambda k: z**k/(gamma(k+n+1)*...)
- 16:00, 29 April 2017 Tom (talk | contribs) uploaded File:Besselcliffordplot.png (Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 def besselclifford(n,z): return nsum(lambda k: z**k/(gamma(k+n+1)*...)
- 06:19, 10 January 2017 Tom (talk | contribs) uploaded File:Hypergeometric2f1,a=0.5,b=1,c=1.5,negativezsquared.png (Category:hypergeometric2f1glyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-6,-0.0001,0.001) f=np.vectorize(lambda x:...)
- 06:14, 10 January 2017 Tom (talk | contribs) uploaded File:Hypergeometric2f1,a=0.5,b=0.5,c=1.5,zsquared.png (Category:hypergeometric2f1glyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-1,-0.0001,0.001) f=np.vectorize(lambda x:...)
- 05:54, 10 January 2017 Tom (talk | contribs) uploaded File:Hypergeometric1f0glyph.png (Category:hypergeometric1f0glyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-3,3,0.001) f=np.vectorize(lambda x: (1-x)*...)
- 05:43, 10 January 2017 Tom (talk | contribs) uploaded File:Exponentialglyph.png (Category:exponentialglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-3,3,0.001) f=np.vectorize(lambda x: e**x) y1=f(x...)
- 05:32, 10 January 2017 Tom (talk | contribs) uploaded File:Jacobitheta4,q=0.5glyph.png (Category:jacobitheta4glyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-10,10,0.001) f=np.vectorize(lambda x: jtheta(4,...)
- 05:30, 10 January 2017 Tom (talk | contribs) uploaded File:Jacobitheta3,q=0.5glyph.png (Category:Jacobitheta3glyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-10,10,0.001) f=np.vectorize(lambda x: jtheta(3,...)
- 05:27, 10 January 2017 Tom (talk | contribs) uploaded File:Jacobitheta2,q=0.5glyph.png (Category:Jacobitheta2 <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-10,10,0.001) f=np.vectorize(lambda x: jtheta(2,x,0.5...)
- 05:24, 10 January 2017 Tom (talk | contribs) uploaded File:Jacobitheta1,q=0.5glyph.png (Category:Jacobitheta1glyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-10,10,0.001) f=np.vectorize(lambda x: jtheta(1,...)
- 02:29, 5 January 2017 Tom (talk | contribs) uploaded File:Covercosineglyph.png (Category:covercosineglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: 1+sin(x))...)
- 02:27, 5 January 2017 Tom (talk | contribs) uploaded a new version of File:Excosecantglyph.png (Category:excosecantglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: csc(x)-1) y...)
- 02:25, 5 January 2017 Tom (talk | contribs) uploaded File:Excosecantglyph.png (Category:excosecantglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: csc(x)-1) y...)
- 01:56, 5 January 2017 Tom (talk | contribs) uploaded File:Exsecantglyph.png (Category:exsecantglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: sec(x)-1) y1=...)
- 01:51, 5 January 2017 Tom (talk | contribs) uploaded File:Coversinglyph.png (Category:coversineglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: 1-sin(x)) y1...)
- 01:49, 5 January 2017 Tom (talk | contribs) uploaded a new version of File:Versineglyph.png (Category:versineglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: 1-cos(x)) y1=f...)
- 01:48, 5 January 2017 Tom (talk | contribs) uploaded File:Versineglyph.png (Category:versineglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: 1-cos(x)) y1=f...)
- 01:37, 5 January 2017 Tom (talk | contribs) uploaded File:Tanhcglyph.png (Category:tanhcglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: tanh(x)/x) y1=f(...)
- 01:34, 5 January 2017 Tom (talk | contribs) uploaded File:Tancglyph.png (Category:tancglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: tan(x)/x) y1=f(x1...)
- 01:24, 5 January 2017 Tom (talk | contribs) uploaded File:Sinhcglyph.png (Category:sinhcglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-2,2,0.0001) f=np.vectorize(lambda x: sinh(x)/x) y1=f(x...)
- 01:14, 5 January 2017 Tom (talk | contribs) uploaded File:Sincglyph.png (Category:sincglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: sin(x)/x) y1=f(x1...)
- 01:10, 5 January 2017 Tom (talk | contribs) uploaded File:Jincglyph.png (<pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-20,20,0.01) f=np.vectorize(lambda x: besselj(1,x)/x) y1=f(x1) xvert=np.arange...)
- 01:05, 5 January 2017 Tom (talk | contribs) uploaded File:Coshcglyph.png (<pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(0.001,4,0.01) x2=np.arange(-4,-0.001,0.01) f=np.vectorize(lambda x: cosh(x)/x)...)
- 23:20, 25 December 2016 Tom (talk | contribs) uploaded File:Kelvinkei,n=0glyph.png (<pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x=np.arange(0,8,0.01) f=np.vectorize(lambda x: kei(0,x)) y=f(x) x2=np.arange(-30,30,0.1) de...)
- 23:00, 25 December 2016 Tom (talk | contribs) uploaded a new version of File:Identityplot.png (Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 x1=np.arange(-5,5,0.01); f=np.vectorize(lambda x: x) y1=f(x1) fig, ax = pl...)
- 00:54, 12 December 2016 Tom (talk | contribs) uploaded a new version of File:Jincplot.png (Category:Plot <pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 x=np.arange(-25,25,0.0001); f=np.vectorize(lambda x: besselj(1,x)/x) y=f(x...)
- 23:40, 8 December 2016 Tom (talk | contribs) uploaded File:Tan(arcsec(z)).png (<pre>\documentclass[10pt,a4paper]{article} \usepackage[latin1]{inputenc} \usepackage{amsmath} \usepackage{tikz} \usepackage{amsfonts} \usepackage{amssymb} \begin{document} \begin{tikzpicture}[very thick] \draw (0,0) -- (0:3.5cm) node[midway,below] {$...)
- 02:12, 28 November 2016 Tom (talk | contribs) uploaded File:Chebyshevplotfrom0to1000.png (Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 def isValid(n): if (n <=0): return 0 elif...)
- 02:11, 28 November 2016 Tom (talk | contribs) uploaded File:Chebyshevplotfrom0to100.png (Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 def isValid(n): if (n <=0): return 0 elif...)
- 02:09, 28 November 2016 Tom (talk | contribs) uploaded File:Chebyshevplotfrom0to50.png (Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 def isValid(n): if (n <=0): return 0 elif...)
- 04:16, 4 October 2016 Tom (talk | contribs) uploaded a new version of File:Complexversinplot.png (Category:DomainColoring <pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: 1-cos(x),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{versin}(z)$.') pl...)
- 04:13, 4 October 2016 Tom (talk | contribs) uploaded File:Versinplot.png (Category:Plot <pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 x=np.arange(-10,10,0.001); f=np.vectorize(lambda x: 1-cos(x)) y=f(x) fig,...)
- 04:12, 4 October 2016 Tom (talk | contribs) uploaded File:Complexversinplot.png (Category:DomainColoring <pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: 1-cos(x),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{versin}(x)$.') pl...)
- 04:27, 3 October 2016 Tom (talk | contribs) uploaded File:Complexcoversinplot.png (Category:DomainColoring <pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: 1-sin(x),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{coversin}(x)$.')...)