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)- 03:14, 6 July 2016 Tom (talk | contribs) uploaded a new version of File:Takagiplot.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 def distfnc(x): return min(x-floor(x),ceil(x)-x) def takagi(x):...)
- 03:13, 6 July 2016 Tom (talk | contribs) automatically marked revision 7129 of page Takagi function patrolled
- 03:12, 6 July 2016 Tom (talk | contribs) automatically marked revision 7128 of page Distance to integers patrolled
- 03:08, 6 July 2016 Tom (talk | contribs) automatically marked revision 7127 of page Main Page patrolled
- 03:08, 6 July 2016 Tom (talk | contribs) automatically marked revision 7126 of page Main Page patrolled
- 03:07, 6 July 2016 Tom (talk | contribs) uploaded File:Takagiglyph.png (Category:takagiglyph <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 distfnc(x): return min(x-floor(x),ceil(x)-x) def takag...)
- 01:23, 6 July 2016 Tom (talk | contribs) automatically marked revision 7124 of page Main Page patrolled
- 01:22, 6 July 2016 Tom (talk | contribs) uploaded File:Riemannglyph.png (Category:riemannglyph <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 riemann(x): return nsum(lambda k: sin((k**2)*x)/(k**2)...)
- 01:19, 6 July 2016 Tom (talk | contribs) uploaded a new version of File:Riemannplot.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 def riemann(x): return nsum(lambda k: sin((k**2)*x)/(k**2),[1,inf])...)
- 21:13, 5 July 2016 Tom (talk | contribs) automatically marked revision 7121 of page MediaWiki:Sidebar patrolled
- 21:13, 5 July 2016 Tom (talk | contribs) deleted page Proofs needed (content was: "=Airy functions= Relationship between Airy Ai and modified Bessel K<br /> Relationship between Airy Bi and modified Bessel I<br /> Relationship between Scorer G..." (and the only contributor was "Tom"))
- 21:12, 5 July 2016 Tom (talk | contribs) automatically marked revision 7120 of page Main Page patrolled
- 21:12, 5 July 2016 Tom (talk | contribs) automatically marked revision 7119 of page Main Page patrolled
- 21:12, 5 July 2016 Tom (talk | contribs) uploaded File:Faberf1glyph.png (Category:faberf1glyph <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 distfnc(x): return min(x-floor(x),ceil(x)-x) def fabe...)
- 21:09, 5 July 2016 Tom (talk | contribs) uploaded a new version of File:Darbouxglyph.png (Category:darbouxglyph <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 distfnc(x): return min(x-floor(x),ceil(x)-x) def fabe...)
- 21:07, 5 July 2016 Tom (talk | contribs) uploaded a new version of File:Faberf2glyph.png (Category:faberf2glyph <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 distfnc(x): return min(x-floor(x),ceil(x)-x) def fabe...)
- 21:05, 5 July 2016 Tom (talk | contribs) uploaded a new version of File:Faberf2glyph.png (Category:faberf2glyph <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 distfnc(x): return min(x-floor(x),ceil(x)-x) def fabe...)
- 21:04, 5 July 2016 Tom (talk | contribs) automatically marked revision 7114 of page Main Page patrolled
- 21:04, 5 July 2016 Tom (talk | contribs) uploaded File:Faberf2glyph.png (Category:faberf2glyph <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 distfnc(x): return min(x-floor(x),ceil(x)-x) def fabe...)
- 20:58, 5 July 2016 Tom (talk | contribs) uploaded a new version of File:Faberf2plot.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 def distfnc(x): return min(x-floor(x),ceil(x)-x) def faberf2(x):...)
- 20:55, 5 July 2016 Tom (talk | contribs) uploaded a new version of File:Faberf1plot.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 def distfnc(x): return min(x-floor(x),ceil(x)-x) def faberf1(x):...)
- 20:48, 5 July 2016 Tom (talk | contribs) uploaded a new version of File:Darbouxplot.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 def darboux(x): return nsum(lambda k: sin(fac(k+1)*x)/fac(k),[1,inf...)
- 20:44, 5 July 2016 Tom (talk | contribs) automatically marked revision 7109 of page Main Page patrolled
- 20:42, 5 July 2016 Tom (talk | contribs) uploaded a new version of File:Darbouxglyph.png (Category:darbouxglyph <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 darboux(x): return nsum(lambda k: sin(fac(k+1)*x)/fac(...)
- 20:40, 5 July 2016 Tom (talk | contribs) uploaded a new version of File:Darbouxglyph.png (Category:darbouxplot <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 darboux(x): return nsum(lambda k: sin(fac(k+1)*x)/fac(k...)
- 20:39, 5 July 2016 Tom (talk | contribs) uploaded File:Darbouxglyph.png (Category:darbouxglyph <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 darboux(x): return nsum(lambda k: sin(fac(k+1)*x)/fac(...)
- 20:26, 5 July 2016 Tom (talk | contribs) automatically marked revision 7105 of page Relationship between incomplete beta and hypergeometric 2F1 patrolled
- 20:25, 5 July 2016 Tom (talk | contribs) automatically marked revision 7104 of page Incomplete beta function patrolled
- 20:25, 5 July 2016 Tom (talk | contribs) automatically marked revision 7103 of page Incomplete beta function patrolled
- 19:09, 5 July 2016 Tom (talk | contribs) automatically marked revision 7102 of page Functions named after Carl Gustav Jacob Jacobi patrolled
- 19:08, 5 July 2016 Tom (talk | contribs) automatically marked revision 7101 of page Functions named after Carl Gustav Jacob Jacobi patrolled
- 19:08, 5 July 2016 Tom (talk | contribs) automatically marked revision 7100 of page Jacobi sd patrolled
- 19:07, 5 July 2016 Tom (talk | contribs) automatically marked revision 7099 of page Jacobi sc patrolled
- 19:07, 5 July 2016 Tom (talk | contribs) automatically marked revision 7098 of page Jacobi ns patrolled
- 19:07, 5 July 2016 Tom (talk | contribs) automatically marked revision 7097 of page Jacobi nd patrolled
- 19:07, 5 July 2016 Tom (talk | contribs) automatically marked revision 7096 of page Jacobi nc patrolled
- 19:07, 5 July 2016 Tom (talk | contribs) automatically marked revision 7095 of page Jacobi ds patrolled
- 19:06, 5 July 2016 Tom (talk | contribs) automatically marked revision 7094 of page Jacobi dn patrolled
- 19:06, 5 July 2016 Tom (talk | contribs) automatically marked revision 7093 of page Jacobi dc patrolled
- 19:06, 5 July 2016 Tom (talk | contribs) automatically marked revision 7092 of page Jacobi cs patrolled
- 19:06, 5 July 2016 Tom (talk | contribs) automatically marked revision 7091 of page Jacobi cd patrolled
- 19:06, 5 July 2016 Tom (talk | contribs) automatically marked revision 7090 of page Jacobi cn patrolled
- 19:06, 5 July 2016 Tom (talk | contribs) automatically marked revision 7089 of page Jacobi sn patrolled
- 19:00, 5 July 2016 Tom (talk | contribs) automatically marked revision 7088 of page Jacobi theta 4 patrolled
- 18:59, 5 July 2016 Tom (talk | contribs) uploaded File:Jacobitheta2,q=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(-15,15,0.01); f=np.vectorize(lambda x: jtheta(2,x,0.5)) y=f(x)...)
- 18:58, 5 July 2016 Tom (talk | contribs) uploaded File:Jacobitheta3,q=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(-15,15,0.01); f=np.vectorize(lambda x: jtheta(3,x,0.5)) y=f(x)...)
- 18:58, 5 July 2016 Tom (talk | contribs) uploaded File:Jacobitheta4,q=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(-15,15,0.01); f=np.vectorize(lambda x: jtheta(4,x,0.5)) y=f(x)...)
- 18:57, 5 July 2016 Tom (talk | contribs) deleted page File:Jacobitheta2,q=0.5plot.png
- 18:57, 5 July 2016 Tom (talk | contribs) deleted page File:Jacobitheta4,q=0.5plot.png
- 18:57, 5 July 2016 Tom (talk | contribs) deleted page File:Jacobitheta3,q=0.5plot.png