Upload log
Below is a list of the most recent file uploads. See the gallery of new files for a more visual overview.
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 07:22, 16 May 2016 Tom (talk | contribs) uploaded a new version of File:Complexairyaiplot.png (Category:DomainColoring <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('complex...)
- 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):...)
- 07:19, 16 May 2016 Tom (talk | contribs) uploaded File:Complexairyaiplot.png (Category:DomainColoring <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('complex...)
- 06:44, 16 May 2016 Tom (talk | contribs) uploaded File:Complexairybiglyph.png (Category:Airybiglyph <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: airybi(x),[-10,10],[-10,10],points=400000,verbose...)
- 06:32, 16 May 2016 Tom (talk | contribs) uploaded File:Complexairyaiglyph.png (Category:Airyaiglyph <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: airyai(x),[-10,10],[-10,10],points=400000,verbose...)
- 06:30, 16 May 2016 Tom (talk | contribs) uploaded File:Airybiglyph.png (Category:Airybiglyph <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(-10,0.7,0.001) f=np.vectorize(airybi) y=f(x) fig, ax =...)
- 06:24, 16 May 2016 Tom (talk | contribs) uploaded File:Airybiglyph.png (Category:Airybiglyph <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(-10,2,0.001) f=np.vectorize(airybi) y=f(x) fig, ax = p...)
- 06:23, 16 May 2016 Tom (talk | contribs) uploaded File:Airybiglyph.png (Category:Airybiglyph <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(-10,2,0.001) f=np.vectorize(airybi) y=f(x) fig, ax = p...)
- 06:22, 16 May 2016 Tom (talk | contribs) uploaded File:Airybiglyph.png (Category:Airybiglyph <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(-10,2,0.001) f=np.vectorize(airybi) y=f(x) fig, ax = p...)
- 06:09, 16 May 2016 Tom (talk | contribs) uploaded File:Airyaiglyph.png (Category:Airyaiglyph <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(-15,3,0.001) f=np.vectorize(airyai) y=f(x) fig, ax = p...)
- 06:00, 16 May 2016 Tom (talk | contribs) uploaded File:Arccotplot.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(-20,-0.01,0.0001); x2=np.arange(0.01,20,0.0001); x3=np.arange(...)
- 05:36, 16 May 2016 Tom (talk | contribs) uploaded File:Complexgammaplot.png (Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(gamma,[-7,7],[-7,7],points=500000,verbose=True) plt.title('Domain coloring of $\Gamma(z)$.') plt.savefig('complexgammaplot.png',bbox...)
- 05:17, 16 May 2016 Tom (talk | contribs) uploaded File:Arcsecplot.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(-20,-1,0.0001); x2=np.arange(1,20,0.0001); x3=np.arange(-20,20...)
- 05:05, 16 May 2016 Tom (talk | contribs) uploaded File:Arcsecplot.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(-20,-1,0.0001); x2=np.arange(1,20,0.0001); x3=np.arange(-20,20...)
- 04:39, 16 May 2016 Tom (talk | contribs) uploaded File:Arccscplot.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(-10,-1,0.0001); x2=np.arange(1,10,0.0001); f=np.vectorize(acsc...)
- 04:13, 16 May 2016 Tom (talk | contribs) uploaded File:Arctanplot.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(-20,20,0.0001); f=np.vectorize(atan) y=f(x) fig, ax = plt.subp...)
- 03:59, 16 May 2016 Tom (talk | contribs) uploaded File:Arccosplot.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(-1,1,0.0001); f=np.vectorize(acos) y=f(x) fig, ax = plt.subplo...)
- 03:51, 16 May 2016 Tom (talk | contribs) uploaded File:Arcsinplot.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(-1,1,0.0001); f=np.vectorize(asin) y=f(x) fig, ax = plt.subplo...)
- 01:20, 16 May 2016 Tom (talk | contribs) uploaded File:Complexriemannzeta.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(zeta,[-40,40],[-40,40],points=500000,verbose=True) plt.title('Domain coloring of $\mathrm{\zeta}(z)$.') plt.savefig('compl...)
- 23:07, 15 May 2016 Tom (talk | contribs) uploaded File:Complexarcsecplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(asec,[-1.5,1.5],[-1.5,1.5],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{arcsec}(z)$.') plt.savefig('c...)
- 23:05, 15 May 2016 Tom (talk | contribs) uploaded File:Complexarccotplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(acot,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{arccot}(z)$.') plt.savefig('compl...)
- 22:56, 15 May 2016 Tom (talk | contribs) uploaded a new version of File:Complexarccscplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(acsc,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{arccsc}(z)$.') plt.savefig('compl...)
- 22:50, 15 May 2016 Tom (talk | contribs) uploaded File:Complexarccscplot.png (Category:DomainColorings <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(acsc,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{arccsc}(z)$.') plt.savefig('comp...)
- 22:44, 15 May 2016 Tom (talk | contribs) uploaded File:Complexarctanplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(atan,[-2,2],[-2,2],points=500000,verbose=True) plt.title('Domain coloring of $\mathrm{arctan}(z)$.') plt.savefig('complexa...)
- 21:41, 15 May 2016 Tom (talk | contribs) uploaded File:Complexarccosplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(acos,[-10,10],[-10,10],points=500000,verbose=True) plt.title('Domain coloring of $\mathrm{arccos}(z)$.') plt.savefig('comp...)
- 21:31, 15 May 2016 Tom (talk | contribs) uploaded File:Complexarcsinplot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(asin,[-10,10],[-10,10],points=500000,verbose=True) plt.title('Domain coloring of $\mathrm{arcsin}(z)$.') plt.savefig('comp...)
- 21:14, 15 May 2016 Tom (talk | contribs) uploaded File:Arcsinplot.png (<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(-1,1,0.0001); f=np.vectorize(asin) y=f(x) fig, ax = plt.subplots() xlabels = [i...)
- 20:05, 15 May 2016 Tom (talk | contribs) uploaded File:Complexarccothglyph.png (Category:Arccothglyph <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: acoth(x),[-4,4],[-4,4],points=400000,verbose=Tru...)
- 19:58, 15 May 2016 Tom (talk | contribs) uploaded File:Complexarcsechglyph.png (Category:Arcsechglyph <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: asech(x),[-4,4],[-4,4],points=400000,verbose=Tru...)
- 19:57, 15 May 2016 Tom (talk | contribs) uploaded File:Complexarccschglyph.png (Category:Arccschglyph <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: acsch(x),[-4,4],[-4,4],points=400000,verbose=Tru...)
- 19:56, 15 May 2016 Tom (talk | contribs) uploaded File:Complexarctanhglyph.png (Category:Arctanhglyph <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: atanh(x),[-4,4],[-4,4],points=400000,verbose=Tru...)
- 19:56, 15 May 2016 Tom (talk | contribs) uploaded File:Complexarccoshglyph.png (Category:Arccoshglyph <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: acosh(x),[-4,4],[-4,4],points=400000,verbose=Tru...)
- 19:14, 15 May 2016 Tom (talk | contribs) uploaded File:Complexarcsinhglyph.png (Category:Arcsinhglyph <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: asinh(x),[-4,4],[-4,4],points=400000,verbose=Tru...)
- 18:45, 15 May 2016 Tom (talk | contribs) uploaded File:Arccothglyph.png (Category:Arccothglyph <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 x1=np.arange(-4.5,-1.001,0.0001) x2=np.arange(1.001,4.5,0.0001) f=...)
- 18:45, 15 May 2016 Tom (talk | contribs) uploaded File:Arcsechglyph.png (Category:Arcsechglyph <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.001,0.99,0.001) f=np.vectorize(asech) y=f(x) fig, a...)
- 18:44, 15 May 2016 Tom (talk | contribs) uploaded File:Arccschglyph.png (Category:Arccschglyph <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(-1,1,0.03) f=np.vectorize(acsch) y=f(x) fig, ax = plt...)
- 18:43, 15 May 2016 Tom (talk | contribs) uploaded File:Arctanhglyph.png (Category:Arctanhglyph <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.99,0.99,0.001) f=np.vectorize(atanh) y=f(x) fig, a...)
- 18:43, 15 May 2016 Tom (talk | contribs) uploaded File:Arccoshglyph.png (Category:Arccoshglyph <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(1,4,0.001) f=np.vectorize(acosh) y=f(x) fig, ax = plt...)
- 18:41, 15 May 2016 Tom (talk | contribs) uploaded File:Arcsinhglyph.png (Category:Arcsinhglyph <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(-6,6,0.001) f=np.vectorize(asinh) y=f(x) fig, ax = pl...)
- 01:25, 15 May 2016 Tom (talk | contribs) uploaded File:Cothglyph.png (Category:Cothglyph <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.000013) f=np.vectorize(coth) y=f(x) fig, ax = plt...)
- 20:38, 14 May 2016 Tom (talk | contribs) uploaded File:Sechglyph.png (Category:Sechglyph <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.00001) f=np.vectorize(sech) y=f(x) fig, ax = plt....)
- 20:37, 14 May 2016 Tom (talk | contribs) uploaded File:Cschglyph.png (Category:Cschglyph <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.000013) f=np.vectorize(csch) y=f(x) fig, ax = plt...)
- 20:36, 14 May 2016 Tom (talk | contribs) uploaded File:Tanhglyph.png (Category:Tanhglyph <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.00001) f=np.vectorize(tanh) y=f(x) fig, ax = plt....)
- 20:35, 14 May 2016 Tom (talk | contribs) uploaded File:Coshglyph.png (Category:Coshglyph <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.00001) f=np.vectorize(cosh) y=f(x) fig, ax = plt....)
- 20:34, 14 May 2016 Tom (talk | contribs) uploaded File:Complexcothglyph.png (Category:Cothglyph <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: coth(x),[-4,4],[-4,4],points=400000,verbose=True) p...)
- 20:34, 14 May 2016 Tom (talk | contribs) uploaded File:Complexsechglyph.png (Category:Sechglyph <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: sech(x),[-4,4],[-4,4],points=400000,verbose=True)...)
- 20:33, 14 May 2016 Tom (talk | contribs) uploaded File:Complexcschglyph.png (Category:Cschglyph <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: csch(x),[-4,4],[-4,4],points=400000,verbose=True)...)
- 20:32, 14 May 2016 Tom (talk | contribs) uploaded File:Complextanhglyph.png (Category:Tanhglyph <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: tanh(x),[-4,4],[-4,4],points=400000,verbose=True)...)
- 20:31, 14 May 2016 Tom (talk | contribs) uploaded File:Complexcoshglyph.png (Category:Coshglyph <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: cosh(x),[-4,4],[-4,4],points=400000,verbose=True)...)
- 20:28, 14 May 2016 Tom (talk | contribs) uploaded File:Complexsinhglyph.png (Category:Sinhglyph <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: sinh(x),[-4,4],[-4,4],points=400000,verbose=True)...)