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)- 22:56, 9 June 2016 Tom (talk | contribs) uploaded File:Scorergiplot.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(-20,30,0.01); f=np.vectorize(scorergi) y=f(x) def g(x):...)
- 22:46, 9 June 2016 Tom (talk | contribs) uploaded File:Complexscorerhi.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(scorerhi,[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{Hi}(z)$.') plt.savefig('comp...)
- 22:39, 9 June 2016 Tom (talk | contribs) uploaded File:Complexscorergi.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(scorergi,[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{Gi}(z)$.') plt.savefig('comp...)
- 20:44, 9 June 2016 Tom (talk | contribs) uploaded File:Bessely,n=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 x=np.arange(0.01,20,0.001); f=np.vectorize(lambda x: bessely(0,x)) y=f(x)...)
- 20:08, 9 June 2016 Tom (talk | contribs) uploaded File:Complexbessely,n=1.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: bessely(1,x),[-8,8],[-8,8],points=50000,verbose=True) plt.title(r'Domain coloring of $Y_1(z)$.') plt.savefig('co...)
- 20:06, 9 June 2016 Tom (talk | contribs) uploaded File:Complexbessely,n=0.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: bessely(0,x),[-8,8],[-8,8],points=50000,verbose=True) plt.title(r'Domain coloring of $Y_0(z)$.') plt.savefig('co...)
- 19:35, 9 June 2016 Tom (talk | contribs) uploaded File:Complexjacobisn,m=0.8glyph.png (Category:jacobisn <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: ellipfun('sn',x,0.8),[-4,4],[-4,4],points=40000,verb...)
- 19:33, 9 June 2016 Tom (talk | contribs) uploaded File:Complexjacobisd,m=0.8glyph.png (Category:jacobisdglyph <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: ellipfun('sd',x,0.8),[-4,4],[-4,4],points=40000...)
- 19:31, 9 June 2016 Tom (talk | contribs) uploaded File:Complexjacobisc,m=0.8glyph.png (Category:jacobisc <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: ellipfun('sc',x,0.8),[-4,4],[-4,4],points=40000,verb...)
- 19:29, 9 June 2016 Tom (talk | contribs) uploaded a new version of File:Complexjacobins,m=0.8glyph.png (Category:jacobinsglyph <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: ellipfun('ns',x,0.8),[-4,4],[-4,4],points=40000...)
- 19:28, 9 June 2016 Tom (talk | contribs) uploaded File:Complexjacobins,m=0.8glyph.png (Category:jacobinsglyph <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: ellipfun('sc',x,0.8),[-4,4],[-4,4],points=40000...)
- 19:27, 9 June 2016 Tom (talk | contribs) uploaded File:Complexjacobind,m=0.8glyph.png (Category:Jacobind <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: ellipfun('ns',x,0.8),[-4,4],[-4,4],points=40000,verb...)
- 19:25, 9 June 2016 Tom (talk | contribs) uploaded File:Complexjacobinc,m=0.8glyph.png (Category:jacobincglyph <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: ellipfun('nc',x,0.8),[-4,4],[-4,4],points=40000...)
- 19:23, 9 June 2016 Tom (talk | contribs) uploaded File:Complexjacobids,m=0.8glyph.png (Category:jacobids <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: ellipfun('ds',x,0.8),[-4,4],[-4,4],points=40000,verb...)
- 19:20, 9 June 2016 Tom (talk | contribs) uploaded File:Complexjacobidc,m=0.8glyph.png (Category:Jacobidcglyph <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: ellipfun('dc',x,0.8),[-4,4],[-4,4],points=40000...)
- 19:17, 9 June 2016 Tom (talk | contribs) uploaded File:Complexjacobidn,m=0.8glyph.png (Category:Jacobidnglyph <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: ellipfun('dn',x,0.8),[-4,4],[-4,4],points=40000...)
- 19:13, 9 June 2016 Tom (talk | contribs) uploaded File:Complexjacobics,m=0.8glyph.png (Category:Jacobicsglyph <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: ellipfun('cs',x,0.8),[-4,4],[-4,4],points=40000...)
- 19:12, 9 June 2016 Tom (talk | contribs) uploaded File:Complexjacobicd,m=0.8glyph.png (Category:jacobicdglyph <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: ellipfun('cd',x,0.8),[-4,4],[-4,4],points=40000...)
- 19:10, 9 June 2016 Tom (talk | contribs) uploaded File:Complexjacobicn,m=0.8glyph.png (Category:jacobicnglyph <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: ellipfun('cn',x,0.8),[-4,4],[-4,4],points=40000...)
- 18:58, 9 June 2016 Tom (talk | contribs) uploaded File:Jacobisn,m=0.8glyph.png (Category:jacobisnglyph <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(-9.1,9.1,0.001) f=np.vectorize(lambda x: ellipfun('sn...)
- 18:56, 9 June 2016 Tom (talk | contribs) uploaded File:Jacobisd,m=0.8glyph.png (Category:jacobisdglyph <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(-9.1,9.1,0.001) f=np.vectorize(lambda x: ellipfun('sd...)
- 18:53, 9 June 2016 Tom (talk | contribs) uploaded File:Jacobisc,m=0.8glyph.png (Category:jacobiscglyph <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(-9.1,9.1,0.001) f=np.vectorize(lambda x: ellipfun('sc...)
- 18:51, 9 June 2016 Tom (talk | contribs) uploaded File:Jacobins,m=0.8glyph.png (Category:Jacobinsglyph <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(-9.1,9.1,0.001) f=np.vectorize(lambda x: ellipfun('ns...)
- 18:46, 9 June 2016 Tom (talk | contribs) uploaded File:Jacobind,m=0.8glyph.png (Category:Jacobindglyph <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(-7.1,7.1,0.001) f=np.vectorize(lambda x: ellipfun('nd...)
- 18:40, 9 June 2016 Tom (talk | contribs) uploaded File:Jacobinc,m=0.8glyph.png (Category:Jacobincglyph <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(-7.1,7.1,0.001) f=np.vectorize(lambda x: ellipfun('nc...)
- 18:31, 9 June 2016 Tom (talk | contribs) uploaded a new version of File:Jacobids,m=0.8glyph.png (Category:Jacobidsglyph <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(-9.1,9.1,0.001) f=np.vectorize(lambda x: ellipfun('ds...)
- 18:30, 9 June 2016 Tom (talk | contribs) uploaded File:Jacobids,m=0.8glyph.png (Category:Jacobidsglyph <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(-9.1,9.1,0.001) f=np.vectorize(lambda x: ellipfun('ds...)
- 18:11, 9 June 2016 Tom (talk | contribs) uploaded File:Jacobidn,m=0.8glyph.png (Category:Jacobidnglyph <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(-6.7,6.7,0.001) f=np.vectorize(lambda x: ellipfun('dn...)
- 18:01, 9 June 2016 Tom (talk | contribs) uploaded File:Jacobidc,m=0.8glyph.png (Category:Jacobidcglyph <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(-6.9,6.9,0.001) f=np.vectorize(lambda x: ellipfun('dc...)
- 17:57, 9 June 2016 Tom (talk | contribs) uploaded File:Jacobics,m=0.8glyph.png (Category:Jacobicsglyph <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(-7.5,7.5,0.001) f=np.vectorize(lambda x: ellipfun('cs...)
- 17:49, 9 June 2016 Tom (talk | contribs) uploaded a new version of File:Jacobicd,m=0.8glyph.png (Category:Jacobicdglyph <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(-13,13,0.001) f=np.vectorize(lambda x: ellipfun('cd',...)
- 17:47, 9 June 2016 Tom (talk | contribs) uploaded a new version of File:Jacobicn,m=0.8glyph.png (Category:Jacobicnglyph <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(-13,13,0.001) f=np.vectorize(lambda x: ellipfun('cn',...)
- 17:43, 9 June 2016 Tom (talk | contribs) uploaded File:Jacobicd,m=0.8glyph.png (Category:jacobicdglyph <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(-13,13,0.001) f=np.vectorize(lambda x: ellipfun('cd',...)
- 07:14, 9 June 2016 Tom (talk | contribs) uploaded File:Jacobicn,m=0.8glyph.png (Category:Jacobicnglyph <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(-13,13,0.001) f=np.vectorize(lambda x: ellipfun('cn',...)
- 07:03, 9 June 2016 Tom (talk | contribs) uploaded a new version of File:Sechplot.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(-7,7,0.01); f=np.vectorize(sech) y=f(x) def g(x): retur...)
- 06:59, 9 June 2016 Tom (talk | contribs) uploaded a new version of File:Cschplot.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(-6,-0.01,0.01); x2=np.arange(0.01,6,0.01); x3=np.arange(-10,10...)
- 06:52, 9 June 2016 Tom (talk | contribs) uploaded a new version of File:Tanhplot.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(-5,5,0.01); f=np.vectorize(tanh) y=f(x) fig, ax = plt.subplots...)
- 06:50, 9 June 2016 Tom (talk | contribs) uploaded a new version of File:Coshplot.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(-5,5,0.01); f=np.vectorize(cosh) y=f(x) fig, ax = plt.subplots...)
- 06:48, 9 June 2016 Tom (talk | contribs) uploaded a new version of File:Sinhplot.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(-5,5,0.01); f=np.vectorize(sinh) y=f(x) fig, ax = plt.subplots...)
- 06:12, 6 June 2016 Tom (talk | contribs) uploaded File:Circle-trig6.svg ([https://en.wikipedia.org/wiki/Versine#/media/File:Circle-trig6.svg from Wikipedia])
- 07:05, 4 June 2016 Tom (talk | contribs) uploaded File:Complexdilogarithmplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def dilogarithm(x): return x*hyp3f2(1,1,1,2,2,x) cplot(dilogarithm,[-4,4],[-4,4],points=50000,verbose=True) plt.title(r'...)
- 05:39, 4 June 2016 Tom (talk | contribs) uploaded File:Complexlogarithm.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(log,[-4,4],[-4,4],points=50000,verbose=True) plt.title(r'Domain coloring of $\log(z)$.') plt.savefig('complexlogarithm.png...)
- 05:34, 4 June 2016 Tom (talk | contribs) uploaded File:Logarithmplot.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(0.01,10,0.01); x2=np.arange(-10,10,1); f=np.vectorize(log) y=f(...)
- 05:33, 4 June 2016 Tom (talk | contribs) uploaded File:Logarithmplot.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(0.01,10,0.01); x2=np.arange(-10,10,1); f=np.vectorize(log) y=f(...)
- 02:01, 4 June 2016 Tom (talk | contribs) uploaded File:Complexidentityplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def f(x): return x cplot(f,[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{id}(z)$....)
- 19:47, 3 June 2016 Tom (talk | contribs) uploaded File:Celingplot.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(-5,5,0.01); f=np.vectorize(ceil) y=f(x) fig, ax = plt.subplots...)
- 19:44, 3 June 2016 Tom (talk | contribs) uploaded File:Floorplot.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(-5,5,0.01); f=np.vectorize(floor) y=f(x) fig, ax = plt.subplot...)
- 19:13, 3 June 2016 Tom (talk | contribs) uploaded File:Complexpolygamma,k=5plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: polygamma(5,x),[-8,8],[-8,8],points=50000,verbose=True) plt.title(r'Domain coloring of $\psi^{(5)}(z)$.') plt.sa...)
- 19:09, 3 June 2016 Tom (talk | contribs) uploaded File:Complexpolygamma,k=4plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: polygamma(4,x),[-8,8],[-8,8],points=50000,verbose=True) plt.title(r'Domain coloring of $\psi^{(4)}(z)$.') plt.sa...)
- 19:04, 3 June 2016 Tom (talk | contribs) uploaded File:Complexpolygamma,k=3plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: polygamma(3,x),[-8,8],[-8,8],points=50000,verbose=True) plt.title(r'Domain coloring of $\psi^{(3)}(z)$.') plt.sa...)