Upload log

Jump to: navigation, search

Below is a list of the most recent file uploads. See the gallery of new files for a more visual overview.

Logs      

 

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 19:02, 3 June 2016 Tom (talk | contribs) uploaded File:Complexpolygamma,k=2plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: polygamma(2,x),[-8,8],[-8,8],points=50000,verbose=True) plt.title(r'Domain coloring of $\psi^{(2)}(z)$.') plt.sa...)
  • 18:57, 3 June 2016 Tom (talk | contribs) uploaded File:Complexpolygamma,k=1plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: polygamma(1,x),[-8,8],[-8,8],points=50000,verbose=True) plt.title(r'Domain coloring of $\psi^{(1)}(z)$.') plt.sa...)
  • 18:48, 3 June 2016 Tom (talk | contribs) uploaded File:Complexdigammaplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(digamma,[-4,4],[-4,4],points=50000,verbose=True) plt.title(r'Domain coloring of $\psi(z)=\psi^{(0)}(z)$.') plt.savefig('co...)
  • 18:25, 3 June 2016 Tom (talk | contribs) uploaded File:Complexbarnesgglyph.png (Category:barnesgglyph <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(barnesg,[-10,10],[-10,10],points=40000,verbose=True) plt.s...)
  • 18:12, 3 June 2016 Tom (talk | contribs) uploaded File:Complexbarnesgglyph.png (Category:barnesgglyph <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(barnesg,[-10,10],[-10,10],points=40000,verbose=True) plt.s...)
  • 18:05, 3 June 2016 Tom (talk | contribs) uploaded File:Barnesgglyph.png (Category:barnesgglyph <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(-4,3,0.1) x2=np.arange(-0.5,2,1) f=np.vectorize(barnes...)
  • 18:02, 3 June 2016 Tom (talk | contribs) uploaded File:Barnesgglyph.png (Category:barnesgglyph <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(-4,3,0.1) x2=np.arange(-0.5,2,1) f=np.vectorize(barnes...)
  • 17:50, 3 June 2016 Tom (talk | contribs) uploaded File:Barnesgglyph.png (Category:barnesgglyph <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(-5,4,0.1) f=np.vectorize(barnesg) y=f(x) fig, ax = pl...)
  • 17:42, 25 May 2016 Tom (talk | contribs) uploaded File:Complexjacobisd,m=0.8plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ellipfun('sd',x,0.8),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{sd}(z,...)
  • 17:40, 25 May 2016 Tom (talk | contribs) uploaded File:Complexjacobisc,m=0.8plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ellipfun('sc',x,0.8),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{sc}(z,...)
  • 17:37, 25 May 2016 Tom (talk | contribs) uploaded File:Complexjacobins,m=0.8plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ellipfun('ns',x,0.8),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{ns}(z,...)
  • 17:34, 25 May 2016 Tom (talk | contribs) uploaded File:Complexjacobind,m=0.8plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ellipfun('nd',x,0.8),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{nd}(z,...)
  • 17:31, 25 May 2016 Tom (talk | contribs) uploaded File:Complexjacobinc,m=0.8plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ellipfun('nc',x,0.8),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{nc}(z,...)
  • 17:28, 25 May 2016 Tom (talk | contribs) uploaded File:Complexjacobids,m=0.8plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ellipfun('ds',x,0.8),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{ds}(z,...)
  • 17:26, 25 May 2016 Tom (talk | contribs) uploaded File:Complexjacobidn,m=0.8plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ellipfun('dn',x,0.8),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{dn}(z,...)
  • 17:23, 25 May 2016 Tom (talk | contribs) uploaded File:Complexjacobidc,m=0.8plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ellipfun('dc',x,0.8),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{dc}(z,...)
  • 17:20, 25 May 2016 Tom (talk | contribs) uploaded File:Complexjacobics,m=0.8plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ellipfun('cs',x,0.8),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{cs}(z,...)
  • 17:17, 25 May 2016 Tom (talk | contribs) uploaded File:Complexjacobicd,m=0.8plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ellipfun('cd',x,0.8),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{cd}(z,...)
  • 17:14, 25 May 2016 Tom (talk | contribs) uploaded File:Complexjacobicn,m=0.8plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ellipfun('cn',x,0.8),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{cn}(z,...)
  • 17:11, 25 May 2016 Tom (talk | contribs) uploaded File:Complexjacobisn,m=0.8plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ellipfun('cn',x,0.8),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{cn}(z,...)
  • 16:59, 25 May 2016 Tom (talk | contribs) uploaded File:Ellipticeplot.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,1,0.001); f=np.vectorize(ellipe) y=f(x) fig, ax = plt.subpl...)
  • 16:57, 25 May 2016 Tom (talk | contribs) uploaded File:Complexellipticeplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(ellipe,[-5,5],[-5,5],points=50000,verbose=True) plt.title(r'Domain coloring of $E(z)$.') plt.savefig('complexellipticeplot...)
  • 16:48, 25 May 2016 Tom (talk | contribs) uploaded File:Complexelliptickplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(ellipk,[-5,5],[-5,5],points=50000,verbose=True) plt.title(r'Domain coloring of $K(z)$.') plt.savefig('complexelliptickplot...)
  • 16:42, 25 May 2016 Tom (talk | contribs) uploaded File:Elliptickplot.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(-1,1,0.001); f=np.vectorize(ellipk) y=f(x) fig, ax = plt.subpl...)
  • 22:12, 24 May 2016 Tom (talk | contribs) uploaded File:Arcsechplot.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.0001,0.999,0.00001); f=np.vectorize(asech) y=f(x) x2=np.arang...)
  • 22:04, 24 May 2016 Tom (talk | contribs) uploaded File:Complexarcsechplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(asech,[-3,3],[-3,3],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{arcsech}(z)$.') plt.savefig('comple...)
  • 22:01, 24 May 2016 Tom (talk | contribs) uploaded File:Complexarccschplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(acsch,[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{arccsch}(z)$.') plt.savefig('co...)
  • 21:55, 24 May 2016 Tom (talk | contribs) uploaded File:Arccschplot.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(-4,-0.0001,0.03); x2=np.arange(0.001,4,0.03); x3=np.arange(-5,...)
  • 18:20, 24 May 2016 Tom (talk | contribs) uploaded File:Primezetaplot.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(1,5,0.003); x2=np.arange(-1,6,0.1); f=np.vectorize(primezeta) y...)
  • 07:32, 24 May 2016 Tom (talk | contribs) uploaded File:Complexdirichletetaplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(altzeta,[-30,30],[-30,30],points=50000,verbose=True) plt.title(r'Domain coloring of $\eta(z)$.') plt.savefig('complexdiric...)
  • 07:29, 24 May 2016 Tom (talk | contribs) uploaded File:Dirichletetaplot.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.01); f=np.vectorize(altzeta) y=f(x) def g(x):...)
  • 07:10, 24 May 2016 Tom (talk | contribs) uploaded File:Complexbesselj0.5plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: besselj(0.5,x),[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $J_{1/2}(z)$.') plt.s...)
  • 07:06, 24 May 2016 Tom (talk | contribs) uploaded File:Complexbesselj5plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: besselj(5,x),[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $J_5(z)$.') plt.savefig...)
  • 07:02, 24 May 2016 Tom (talk | contribs) uploaded File:Complexbesselj0plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: besselj(0,x),[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $J_0(z)$.') plt.savefig...)
  • 06:42, 24 May 2016 Tom (talk | contribs) uploaded File:Multiplebesseljplot.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(-40,40,0.01); j0=np.vectorize(lambda x: besselj(0,x)) j1=np.vec...)
  • 06:20, 24 May 2016 Tom (talk | contribs) uploaded File:Besseljn=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(-20,20,0.01); def f(x): return besselj(0,x) g=np.vector...)
  • 01:18, 24 May 2016 Tom (talk | contribs) uploaded File:Complexbarnesgplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(barnesg,[-7,8],[-7,8],points=50000,verbose=True) plt.title(r'Domain coloring of $G(z)$.') plt.savefig('complexbarnesgplot....)
  • 00:40, 24 May 2016 Tom (talk | contribs) uploaded File:Barnesgplot.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(barnesg) y=f(x) fig, ax = plt.subpl...)
  • 00:30, 24 May 2016 Tom (talk | contribs) uploaded File:Loggammaplot.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,5,0.01); x2=np.arange(-1,5,0.1); f=np.vectorize(loggamma)...)
  • 00:29, 24 May 2016 Tom (talk | contribs) uploaded File:Complexloggammaplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(loggamma,[-3,3],[-3,3],points=50000,verbose=True) plt.title(r'Domain coloring of $\log \Gamma(z)$.') plt.savefig('complexl...)
  • 00:12, 24 May 2016 Tom (talk | contribs) uploaded File:Complexreciprocalgammaplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(rgamma,[-5,5],[-5,5],points=50000,verbose=True) plt.title(r'Domain coloring of $1/\Gamma(z)$.') plt.savefig('complexrecipr...)
  • 00:08, 24 May 2016 Tom (talk | contribs) uploaded File:Reciprocalgammaplotonneg7.5to5.1.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(-7.5,5.1,0.0001); f=np.vectorize(rgamma) y1=f(x1) x2=np.arange...)
  • 00:05, 24 May 2016 Tom (talk | contribs) uploaded File:Reciprocalgammaplotonneg4to10.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(-4,10,0.0001); f=np.vectorize(rgamma) y1=f(x1) x2=np.arange(-4...)
  • 23:40, 23 May 2016 Tom (talk | contribs) uploaded File:Gammaplot.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 x0=np.arange(0.03,5.2,0.001); #right piece x1=np.arange(-0.97,-0.03,0.001);...)
  • 22:47, 23 May 2016 Tom (talk | contribs) uploaded File:Fresnelcplot.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.01); f=np.vectorize(fresnelc) y1=f(x) def g(x):...)
  • 22:44, 23 May 2016 Tom (talk | contribs) uploaded File:Complexfresnelcplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(fresnelc,[-3,3],[-3,3],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{C}(z)$.') plt.savefig('complexfr...)
  • 22:41, 23 May 2016 Tom (talk | contribs) uploaded File:Complexfresnelsplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(fresnels,[-3,3],[-3,3],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{S}(z)$.') plt.savefig('complexfr...)
  • 22:34, 23 May 2016 Tom (talk | contribs) uploaded File:Fresnelsplot.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.01); f=np.vectorize(fresnels) y1=f(x) def g(x):...)
  • 22:26, 23 May 2016 Tom (talk | contribs) uploaded File:Erfinvplot.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(-1,1,0.01); f=np.vectorize(erfinv) y=f(x) fig, ax = plt.subplo...)
  • 22:21, 23 May 2016 Tom (talk | contribs) uploaded File:Complexerfiplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(erfi,[-5,5],[-5,5],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{erfi}(z)$.') plt.savefig('complexerf...)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)