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:19, 23 May 2016 Tom (talk | contribs) uploaded File:Erfiplot.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,1.5,0.01); f=np.vectorize(erfi) y=f(x) fig, ax = plt.subp...)
- 22:15, 23 May 2016 Tom (talk | contribs) uploaded File:Complexerfcplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(erfc,[-5,5],[-5,5],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{erfc}(z)$.') plt.savefig('complexerf...)
- 22:14, 23 May 2016 Tom (talk | contribs) uploaded File:Erfcplot.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(-4,4,0.01); f=np.vectorize(erfc) y=f(x) fig, ax = plt.subplots...)
- 22:09, 23 May 2016 Tom (talk | contribs) uploaded File:Complexshiplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(shi,[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{Shi}(z)$.') plt.savefig('complexs...)
- 22:06, 23 May 2016 Tom (talk | contribs) uploaded File:Shiplot.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(-8,8,0.001); f=np.vectorize(shi) y=f(x) fig, ax = plt.subplot...)
- 21:59, 23 May 2016 Tom (talk | contribs) uploaded File:Complexchiplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(chi,[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{Chi}(z)$.') plt.savefig('complexc...)
- 21:54, 23 May 2016 Tom (talk | contribs) uploaded File:Chiplot.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(0,4,0.0001); x2=(-7,11,0.1); f=np.vectorize(chi) y1=f(x1) def...)
- 21:46, 23 May 2016 Tom (talk | contribs) uploaded File:Siplot.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(-30,30,0.001); f=np.vectorize(si) y1=f(x) def g(x): re...)
- 21:36, 23 May 2016 Tom (talk | contribs) uploaded File:Complexsiplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(si,[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{Si}(z)$.') plt.savefig('complexsip...)
- 21:33, 23 May 2016 Tom (talk | contribs) uploaded File:Complexciplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(ci,[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{Ci}(z)$.') plt.savefig('complexcip...)
- 21:28, 23 May 2016 Tom (talk | contribs) uploaded File:Ciplot.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(0,20,0.01); x2=(-4.1,2,0.1); f=np.vectorize(ci) y1=f(x1) def...)
- 21:18, 23 May 2016 Tom (talk | contribs) uploaded File:Complexliplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(li,[0,2],[-1,1],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{li}(z)$.') plt.savefig('complexliplot.p...)
- 21:12, 23 May 2016 Tom (talk | contribs) uploaded File:Liplot.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(0.001,1.0,0.001); x2=np.arange(1.001,4.0,0.001); x3=np.arange(...)
- 21:00, 23 May 2016 Tom (talk | contribs) uploaded File:Complexe2plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def plotme(x): return expint(2,x) cplot(plotme,[-20,20],[-20,20],points=50000,verbose=True) plt.title(r'Domain coloring...)
- 20:49, 23 May 2016 Tom (talk | contribs) uploaded File:Complexe1plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def plotme(x): return expint(1,x) cplot(plotme,[-20,20],[-20,20],points=50000,verbose=True) plt.title(r'Domain coloring...)
- 20:45, 23 May 2016 Tom (talk | contribs) uploaded File:Complexeiplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(ei,[-20,20],[-20,20],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{Ei}(z)$.') plt.savefig('complexeip...)
- 20:39, 23 May 2016 Tom (talk | contribs) uploaded File:E3plot.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,4,0.001); def g(x): return expint(3,x) f=np.vectoriz...)
- 20:38, 23 May 2016 Tom (talk | contribs) uploaded File:E2plot.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,4,0.001); def g(x): return expint(2,x) f=np.vectoriz...)
- 20:37, 23 May 2016 Tom (talk | contribs) uploaded File:E1plot.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,4,0.001); def g(x): return expint(1,x) f=np.vectoriz...)
- 20:28, 23 May 2016 Tom (talk | contribs) uploaded File:Eiplot.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,0,0.00001); x2=np.arange(0,5,0.00001); x3=np.arange(-30,50,...)
- 20:16, 23 May 2016 Tom (talk | contribs) uploaded File:Anger1.5plot.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.01); def angerintegrand(t,n,x): return cos(n*t...)
- 20:14, 23 May 2016 Tom (talk | contribs) uploaded File:Complexanger1.5plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def angerintegrand(t,n,x): return cos(n*t-x*sin(t)) def anger(n,x): return (1/pi)*quad(lambda t: angerintegrand(...)
- 17:42, 23 May 2016 Tom (talk | contribs) uploaded File:Erfglyph.png (Category:Errorglyph <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,4,0.1) f=np.vectorize(erf) y=f(x) fig, ax = plt.subp...)
- 17:36, 23 May 2016 Tom (talk | contribs) uploaded File:Complexerrorplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(erf,[-5,5],[-5,5],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{erf}(z)$.') plt.savefig('complexerror...)
- 17:33, 23 May 2016 Tom (talk | contribs) uploaded File:Complexanger1plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def angerintegrand(t,n,x): return cos(n*t-x*sin(t)) def anger(n,x): return (1/pi)*quad(lambda t: angerintegrand(...)
- 17:22, 23 May 2016 Tom (talk | contribs) uploaded File:Erfplot.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(-4,4,0.01); f=np.vectorize(erf) y=f(x) fig, ax = plt.subplots(...)
- 17:14, 23 May 2016 Tom (talk | contribs) uploaded File:Complexanger0.5plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def angerintegrand(t,n,x): return cos(n*t-x*sin(t)) def anger(n,x): return (1/pi)*quad(lambda t: angerintegrand(...)
- 17:03, 23 May 2016 Tom (talk | contribs) uploaded File:Anger1.5glyph.png (Category:Angerglyph <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 angerintegrand(t,n,x): return cos(n*t-x*sin(t)) def ange...)
- 16:59, 23 May 2016 Tom (talk | contribs) uploaded File:Complexanger0plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def angerintegrand(t,n,x): return cos(n*t-x*sin(t)) def anger(n,x): return (1/pi)*quad(lambda t: angerintegrand(...)
- 16:57, 23 May 2016 Tom (talk | contribs) uploaded File:Anger1glyph.png (Category:Angerglyph <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 angerintegrand(t,n,x): return cos(n*t-x*sin(t)) def ange...)
- 16:54, 23 May 2016 Tom (talk | contribs) uploaded File:Anger0.5glyph.png (Category:Angerglyph <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 angerintegrand(t,n,x): return cos(n*t-x*sin(t)) def ange...)
- 16:51, 23 May 2016 Tom (talk | contribs) uploaded File:Anger0glyph.png (Category:Angerglyph <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 angerintegrand(t,n,x): return cos(n*t-x*sin(t)) def ange...)
- 16:29, 23 May 2016 Tom (talk | contribs) uploaded File:Anger2plot.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.01); def angerintegrand(t,n,x): return cos(n*t...)
- 16:28, 23 May 2016 Tom (talk | contribs) uploaded File:Anger0.5plot.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.01); def angerintegrand(t,n,x): return cos(n*t...)
- 16:27, 23 May 2016 Tom (talk | contribs) uploaded File:Anger0plot.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.01); def angerintegrand(t,n,x): return cos(n*t...)
- 05:45, 17 May 2016 Tom (talk | contribs) uploaded File:Complexsincplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(sinc,[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{sinc}(z)$.') plt.savefig('comple...)
- 05:33, 17 May 2016 Tom (talk | contribs) uploaded File:Complexcoshcplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def f(x): return cosh(x)/x cplot(f,[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm...)
- 20:03, 16 May 2016 Tom (talk | contribs) uploaded File:Primecountingplot.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,50,0.1); f=np.vectorize(primepi) y=f(x) fig, ax = plt.subplo...)
- 19:40, 16 May 2016 Tom (talk | contribs) uploaded File:Qgamma,q=2plot.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(0.0673,2,0.001); # right of y-axis x2=np.arange(-0.9294,-0.0...)
- 08:45, 16 May 2016 Tom (talk | contribs) uploaded File:Complexqgammaq=2plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def f(x): return qgamma(x,2) cplot(f,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\Gamma...)
- 08:32, 16 May 2016 Tom (talk | contribs) uploaded File:Complexcothplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(coth,[-5,5],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{coth}(z)$.') plt.savefig('complexco...)
- 08:26, 16 May 2016 Tom (talk | contribs) uploaded File:Complexsechplot.png (Catgeory:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(sech,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{sech}(z)$.') plt.savefig('complex...)
- 08:18, 16 May 2016 Tom (talk | contribs) uploaded File:Complexcschplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(csch,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{csch}(z)$.') plt.savefig('complex...)
- 08:12, 16 May 2016 Tom (talk | contribs) uploaded File:Complextanhplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(tanh,[-5,5],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{tanh}(z)$.') plt.savefig('complexta...)
- 08:09, 16 May 2016 Tom (talk | contribs) uploaded File:Complexcoshplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(cosh,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{cosh}(z)$.') plt.savefig('complex...)
- 08:05, 16 May 2016 Tom (talk | contribs) uploaded File:Complexsinhplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(sinh,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{sinh}(z)$.') plt.savefig('complex...)
- 08:03, 16 May 2016 Tom (talk | contribs) uploaded File:Complexsinhplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(sinh,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{sinh}(z)$.') plt.savefig('complex...)
- 07:46, 16 May 2016 Tom (talk | contribs) uploaded File:Complexairybiplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(airybi,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{Bi}(z)$.') plt.savefig('complex...)
- 07:44, 16 May 2016 Tom (talk | contribs) uploaded File:Airybiplot.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(-14.8,2,0.01); x2=x1 f=np.vectorize(airybi) def g(x):...)
- 07:37, 16 May 2016 Tom (talk | contribs) uploaded File:Airyaiplot.png (Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(airyai,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{Ai}(z)$.') plt.savefig('complexairyaiplot...)