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)
  • 00:55, 11 June 2016 Tom (talk | contribs) uploaded File:Complexkelvinbei,n=1plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: bei(1,x),[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{bei}_{1}(z)$.') pl...)
  • 00:51, 11 June 2016 Tom (talk | contribs) uploaded File:Complexkelvinbei,n=0plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: bei(0,x),[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{bei}_{0}(z)$.') pl...)
  • 00:37, 11 June 2016 Tom (talk | contribs) uploaded File:Complexkelvinber,n=1plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ber(1,x),[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{ber}_1(z)$.') plt....)
  • 00:35, 11 June 2016 Tom (talk | contribs) uploaded File:Complexkelvinber,n=0plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ber(0,x),[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{ber}_0(z)$.') plt....)
  • 00:31, 11 June 2016 Tom (talk | contribs) uploaded File:Kelvinbei,n=1plot.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(lambda x: bei(1,x)) y=f(x) fig, ax...)
  • 00:27, 11 June 2016 Tom (talk | contribs) uploaded File:Kelvinbei,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(-6,6,0.01); f=np.vectorize(lambda x: bei(0,x)) y=f(x) fig, ax...)
  • 00:24, 11 June 2016 Tom (talk | contribs) uploaded File:Kelvinber,n=0.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(0.01,8,0.01); f=np.vectorize(lambda x: ber(0.5,x)) y=f(x) fig,...)
  • 00:21, 11 June 2016 Tom (talk | contribs) uploaded File:Kelvinber,n=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 x=np.arange(-8,8,0.01); f=np.vectorize(lambda x: ber(1,x)) y=f(x) fig, ax...)
  • 00:18, 11 June 2016 Tom (talk | contribs) uploaded File:Kelvinber,n=1plot.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(-14,14,0.01); f=np.vectorize(lambda x: ber(1,x)) y=f(x) fig, a...)
  • 00:15, 11 June 2016 Tom (talk | contribs) uploaded File:Kelvinber,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(-8,8,0.01); f=np.vectorize(lambda x: ber(0,x)) y=f(x) fig, ax...)
  • 00:14, 11 June 2016 Tom (talk | contribs) uploaded File:Kelvinberplot.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.01); f=np.vectorize(lambda x: ber(0,x)) y=f(x) fig, ax...)
  • 23:52, 10 June 2016 Tom (talk | contribs) uploaded File:Besseli,n=1plot.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(lambda x: besseli(1,x)) y=f(x) fig...)
  • 23:51, 10 June 2016 Tom (talk | contribs) uploaded File:Besseli,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(-5,5,0.01); f=np.vectorize(lambda x: besseli(0,x)) y=f(x) fig...)
  • 23:45, 10 June 2016 Tom (talk | contribs) uploaded File:Besselk,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,5,0.01); x2=np.arange(-15,15,0.1); j0=np.vectorize(lambda...)
  • 23:43, 10 June 2016 Tom (talk | contribs) uploaded a new version of File:Multiplebesselkplot.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(-15,15,0.1); j0=np.vectorize(lambda...)
  • 23:40, 10 June 2016 Tom (talk | contribs) uploaded File:Multiplebesselkplot.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(-15,15,0.1); j0=np.vectorize(lambda...)
  • 23:33, 10 June 2016 Tom (talk | contribs) uploaded File:Multiplebesseliplot.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); j0=np.vectorize(lambda x: besseli(0,x)) j1=np.vecto...)
  • 23:24, 10 June 2016 Tom (talk | contribs) uploaded File:Complexbesseli,n=1plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: besseli(1,x),[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $I_1(z)$.') plt.savefig...)
  • 23:22, 10 June 2016 Tom (talk | contribs) uploaded File:Complexbesseli,n=0plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: besseli(0,x),[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $I_0(z)$.') plt.savefig...)
  • 23:13, 10 June 2016 Tom (talk | contribs) uploaded File:Sphericalbessely,n=0glyph.png (Category:Sphericalbessely <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 sphericalbessely(n,z): return ((pi/(2*z))**(1/2))*...)
  • 22:59, 10 June 2016 Tom (talk | contribs) uploaded File:Sphericalbesselj,n=0glyph.png (Category:Sphericalbesseljglyph <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 sphericalbesselj(n,z): return ((pi/(2*z))**(1...)
  • 22:47, 10 June 2016 Tom (talk | contribs) uploaded File:Complexsphericalbessely,n=0glyph.png (Category:Sphericalbesselyglyph <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 def sphericalbessely(n,z): return ((pi/(2*z))**...)
  • 22:42, 10 June 2016 Tom (talk | contribs) uploaded File:Complexsphericalbesselj,n=0glyph.png (Category:Sphericalbesseljglyph <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 def sphericalbesselj(n,z): return ((pi/(2*z))**...)
  • 22:36, 10 June 2016 Tom (talk | contribs) uploaded File:Complexbesseli,n=0glyph.png (Category:Besseliglyph <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: besseli(0,x),[-8,8],[-8,8],points=40000,verbose=...)
  • 22:34, 10 June 2016 Tom (talk | contribs) uploaded File:Complexbesselk,n=0glyph.png (Category:Besselkglyph <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: besselk(0,x),[-8,8],[-8,8],points=40000,verbose=...)
  • 22:23, 10 June 2016 Tom (talk | contribs) uploaded File:Complexbessely,n=0glyph.png (Category:Besselyglyph <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: bessely(0,x),[-8,8],[-8,8],points=40000,verbose=...)
  • 22:20, 10 June 2016 Tom (talk | contribs) uploaded File:Complexbesselj,n=0glyph.png (Category:Besseljglyph <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: besselj(0,x),[-8,8],[-8,8],points=40000,verbose=...)
  • 22:12, 10 June 2016 Tom (talk | contribs) uploaded a new version of File:Besselk,n=0glyph.png (Category:Besselkglyph <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.1,4,0.01) x2=np.arange(-25,25,0.1) f=np.vectorize(l...)
  • 22:09, 10 June 2016 Tom (talk | contribs) uploaded File:Besselk,n=0glyph.png (Category:Besselkglyph <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.1,4,0.01) x2=np.arange(-25,25,0.1) f=np.vectorize(l...)
  • 21:31, 10 June 2016 Tom (talk | contribs) uploaded File:Besseli,n=1glyph.png (Category:Besseliglyph <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.01) x2=np.arange(-25,25,0.1) f=np.vectorize(la...)
  • 21:26, 10 June 2016 Tom (talk | contribs) uploaded a new version of File:Besseli,n=0glyph.png (Category:Besseliglyph <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(-3,3,0.01) x2=np.arange(-25,25,0.1) f=np.vectorize(la...)
  • 21:26, 10 June 2016 Tom (talk | contribs) uploaded a new version of File:Besseli,n=0glyph.png (Category:Besseliglyph <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(-3,3,0.01) x2=np.arange(-25,25,0.1) f=np.vectorize(la...)
  • 21:25, 10 June 2016 Tom (talk | contribs) uploaded File:Besseli,n=0glyph.png (Category:Besseliglyph <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(-3,3,0.01) x2=np.arange(-25,25,0.1) f=np.vectorize(la...)
  • 21:20, 10 June 2016 Tom (talk | contribs) uploaded File:Bessely,n=1glyph.png (Category:Besselyglyph <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.1,25,0.01) x2=np.arange(-25,25,0.1) f=np.vectorize(...)
  • 21:18, 10 June 2016 Tom (talk | contribs) uploaded File:Bessely,n=0glyph.png (Category:Besselyglyph <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.1,25,0.01) x2=np.arange(-25,25,0.1) f=np.vectorize(...)
  • 21:12, 10 June 2016 Tom (talk | contribs) uploaded File:Besselj,n=1glyph.png (Category:Besseljglyph <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(-15,15,0.1) x2=np.arange(-15,15,0.1) f=np.vectorize(l...)
  • 21:08, 10 June 2016 Tom (talk | contribs) uploaded File:Besselj,n=0glyph.png (Category:Besseljglyph <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(-15,15,0.1) x2=np.arange(-15,15,0.1) f=np.vectorize(l...)
  • 20:59, 10 June 2016 Tom (talk | contribs) uploaded File:Complexanger,n=0.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.5, 2.5 def angerintegrand(t,n,x): return cos(n*t-x*sin(t)) def an...)
  • 20:38, 10 June 2016 Tom (talk | contribs) uploaded File:Complexhankel2,n=1glyph.png (Category:hankelh2glyph <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: hankel2(1,x),[-10,10],[-10,10],points=40000,ver...)
  • 20:32, 10 June 2016 Tom (talk | contribs) uploaded File:Complexhankel2,n=0glyph.png (Category:hankel2glyph <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: hankel2(0,x),[-10,10],[-10,10],points=40000,verb...)
  • 20:28, 10 June 2016 Tom (talk | contribs) uploaded File:Complexhankel1,n=2glyph.png (Category:hankel1glyph <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: hankel1(1,x),[-10,10],[-10,10],points=40000,verb...)
  • 20:21, 10 June 2016 Tom (talk | contribs) uploaded File:Complexhankel1,n=1glyph.png (Category:Hankelh1glyph <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: hankel1(1,x),[-10,10],[-10,10],points=40000,ver...)
  • 20:09, 10 June 2016 Tom (talk | contribs) uploaded File:Complexhankel1,n=0glyph.png (Category:hankel1glyph <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: hankel1(0,x),[-10,10],[-10,10],points=40000,verb...)
  • 19:59, 10 June 2016 Tom (talk | contribs) uploaded File:Complexscorerhiglyph.png (Category:Scorerhiglyph <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(scorerhi,[-10,10],[-10,10],points=40000,verbose=True) plt...)
  • 19:57, 10 June 2016 Tom (talk | contribs) uploaded File:Complexscorergiglyph.png (Category:Scorergiglyph <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(scorergi,[-10,10],[-10,10],points=40000,verbose=True) plt...)
  • 19:42, 10 June 2016 Tom (talk | contribs) uploaded File:Scorerhiglyph.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'] = 2.4,2.4 x=np.arange(-3,3,0.1) x2=np.arange(-1,15,0.1) f=np.vectorize(scorerhi) y=f...)
  • 19:37, 10 June 2016 Tom (talk | contribs) uploaded File:Scorergiglyph.png (Category:scorergiglyph <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(-10,20,0.1) f=np.vectorize(scorergi) y=f(x) def g(x)...)
  • 19:27, 10 June 2016 Tom (talk | contribs) uploaded a new version of 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...)
  • 19:24, 10 June 2016 Tom (talk | contribs) uploaded File:Multiplebesselyplot.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.01); j0=np.vectorize(lambda x: bessely(0,x)) j1=np.ve...)
  • 22:59, 9 June 2016 Tom (talk | contribs) uploaded File:Scorerhiplot.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,3,0.01); f=np.vectorize(scorerhi) y=f(x) def g(x): r...)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)