Error

Jump to: navigation, search

One revision of this difference (3908) was not found.

This is usually caused by following an outdated diff link to a page that has been deleted. Details can be found in the deletion log.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current20:55, 5 July 2016Thumbnail for version as of 20:55, 5 July 2016886 × 885 (37 KB)Tom (talk | contribs)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 2016Thumbnail for version as of 19:30, 22 January 2016800 × 600 (24 KB)Tom (talk | contribs)<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...
  • You cannot overwrite this file.

The following page links to this file:

Metadata