All public logs

Jump to: navigation, search

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).

Logs      

 

Show tag log

  • 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):...)
  • 19:30, 22 January 2016 Tom (talk | contribs) uploaded File:Faberf1plot.png (<pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def distfnc(x): return min(x-floor(x),ceil(x)-x) def faber1(x): return nsum(lambda k: distfnc(2**(fac(k))*x)/(10.0**k),[1,inf]) x=np.aran...)
  • 19:29, 22 January 2016 Tom (talk | contribs) deleted page File:Faberf1plot.png
  • 19:21, 22 January 2016 Tom (talk | contribs) automatically marked revision 3908 of page File:Faberf1plot.png patrolled
  • 19:21, 22 January 2016 Tom (talk | contribs) uploaded File:Faberf1plot.png (#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def distfnc(x): return min(x-floor(x),ceil(x)-x) def faber1(x): return nsum(lambda k: distfnc(2**(fac(k))*x)/(10.0**k),[1,inf]) x=np.arange(0.0...)