All public logs
Combined display of all available logs of specialfunctionswiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 00:18, 11 June 2016 Tom (talk | contribs) automatically marked revision 6039 of page Kelvin ber patrolled
- 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:16, 11 June 2016 Tom (talk | contribs) automatically marked revision 6037 of page Kelvin ber patrolled
- 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:15, 11 June 2016 Tom (talk | contribs) deleted page File:Kelvinberplot.png
- 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...)
- 00:07, 11 June 2016 Tom (talk | contribs) automatically marked revision 6034 of page Orthogonal polynomials footer patrolled
- 00:02, 11 June 2016 Tom (talk | contribs) automatically marked revision 6033 of page Main Page patrolled
- 00:01, 11 June 2016 Tom (talk | contribs) automatically marked revision 6032 of page Main Page patrolled
- 00:00, 11 June 2016 Tom (talk | contribs) automatically marked revision 6031 of page Orthogonal polynomials footer patrolled
- 23:55, 10 June 2016 Tom (talk | contribs) automatically marked revision 6030 of page Kelvin ber patrolled
- 23:53, 10 June 2016 Tom (talk | contribs) automatically marked revision 6029 of page Modified Bessel I patrolled
- 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) automatically marked revision 6027 of page Modified Bessel I patrolled
- 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:46, 10 June 2016 Tom (talk | contribs) automatically marked revision 6025 of page File:Besselk,n=0plot.png patrolled
- 23:46, 10 June 2016 Tom (talk | contribs) automatically marked revision 6024 of page Modified Bessel K patrolled
- 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:42, 10 June 2016 Tom (talk | contribs) automatically marked revision 6021 of page Modified Bessel K patrolled
- 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:34, 10 June 2016 Tom (talk | contribs) automatically marked revision 6019 of page Modified Bessel I patrolled
- 23:34, 10 June 2016 Tom (talk | contribs) automatically marked revision 6018 of page Modified Bessel I patrolled
- 23:33, 10 June 2016 Tom (talk | contribs) automatically marked revision 6017 of page Modified Bessel I patrolled
- 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) automatically marked revision 6015 of page Modified Bessel I patrolled
- 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:23, 10 June 2016 Tom (talk | contribs) automatically marked revision 6013 of page Modified Bessel I patrolled
- 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:14, 10 June 2016 Tom (talk | contribs) automatically marked revision 6011 of page File:Sphericalbessely,n=0glyph.png patrolled
- 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:53, 10 June 2016 Tom (talk | contribs) automatically marked revision 6008 of page Bessel functions footer patrolled
- 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:43, 10 June 2016 Tom (talk | contribs) automatically marked revision 6006 of page Bessel functions footer patrolled
- 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:26, 10 June 2016 Tom (talk | contribs) automatically marked revision 6002 of page Bessel functions footer patrolled
- 22:25, 10 June 2016 Tom (talk | contribs) automatically marked revision 6001 of page Bessel functions footer patrolled
- 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:13, 10 June 2016 Tom (talk | contribs) automatically marked revision 5998 of page Bessel functions footer patrolled
- 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:11, 10 June 2016 Tom (talk | contribs) automatically marked revision 5996 of page Bessel functions footer patrolled
- 22:10, 10 June 2016 Tom (talk | contribs) automatically marked revision 5995 of page Bessel functions footer patrolled
- 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:28, 10 June 2016 Tom (talk | contribs) automatically marked revision 5992 of page Bessel functions footer patrolled
- 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...)