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

  • 07:37, 16 May 2016 Tom (talk | contribs) uploaded File:Airyaiplot.png (Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(airyai,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{Ai}(z)$.') plt.savefig('complexairyaiplot...)
  • 07:37, 16 May 2016 Tom (talk | contribs) deleted page File:Airyaiplot.png
  • 07:21, 16 May 2016 Tom (talk | contribs) uploaded File:Airyaiplot.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 x1=np.arange(-14.9,10,0.0001); x2=x1 f=np.vectorize(airyai) def g(x):...)