File list
This special page shows all uploaded files.
First page |
Previous page |
Next page |
Last page |
Date | Name | Thumbnail | Size | User | Description | Versions |
---|---|---|---|---|---|---|
16:57, 23 May 2016 | Anger1glyph.png (file) | 7 KB | Tom | Category:Angerglyph <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 angerintegrand(t,n,x): return cos(n*t-x*sin(t)) def ange... | 1 | |
16:54, 23 May 2016 | Anger0.5glyph.png (file) | 7 KB | Tom | Category:Angerglyph <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 angerintegrand(t,n,x): return cos(n*t-x*sin(t)) def ange... | 1 | |
16:51, 23 May 2016 | Anger0glyph.png (file) | 7 KB | Tom | Category:Angerglyph <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 angerintegrand(t,n,x): return cos(n*t-x*sin(t)) def ange... | 1 | |
16:29, 23 May 2016 | Anger2plot.png (file) | 57 KB | Tom | 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(-25,25,0.01); def angerintegrand(t,n,x): return cos(n*t... | 1 | |
16:28, 23 May 2016 | Anger0.5plot.png (file) | 50 KB | Tom | 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(-25,25,0.01); def angerintegrand(t,n,x): return cos(n*t... | 1 | |
16:27, 23 May 2016 | Anger0plot.png (file) | 45 KB | Tom | 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(-25,25,0.01); def angerintegrand(t,n,x): return cos(n*t... | 1 | |
05:45, 17 May 2016 | Complexsincplot.png (file) | 132 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(sinc,[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{sinc}(z)$.') plt.savefig('comple... | 1 | |
05:33, 17 May 2016 | Complexcoshcplot.png (file) | 131 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def f(x): return cosh(x)/x cplot(f,[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm... | 1 | |
20:03, 16 May 2016 | Primecountingplot.png (file) | 20 KB | Tom | 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(0,50,0.1); f=np.vectorize(primepi) y=f(x) fig, ax = plt.subplo... | 1 | |
19:40, 16 May 2016 | Qgamma,q=2plot.png (file) | 38 KB | Tom | 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(0.0673,2,0.001); # right of y-axis x2=np.arange(-0.9294,-0.0... | 1 | |
08:45, 16 May 2016 | Complexqgammaq=2plot.png (file) | 172 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def f(x): return qgamma(x,2) cplot(f,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\Gamma... | 1 | |
08:32, 16 May 2016 | Complexcothplot.png (file) | 60 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(coth,[-5,5],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{coth}(z)$.') plt.savefig('complexco... | 1 | |
08:26, 16 May 2016 | Complexsechplot.png (file) | 99 KB | Tom | Catgeory:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(sech,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{sech}(z)$.') plt.savefig('complex... | 1 | |
08:18, 16 May 2016 | Complexcschplot.png (file) | 99 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(csch,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{csch}(z)$.') plt.savefig('complex... | 1 | |
08:12, 16 May 2016 | Complextanhplot.png (file) | 60 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(tanh,[-5,5],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{tanh}(z)$.') plt.savefig('complexta... | 1 | |
08:09, 16 May 2016 | Complexcoshplot.png (file) | 102 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(cosh,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{cosh}(z)$.') plt.savefig('complex... | 1 | |
08:05, 16 May 2016 | Complexsinhplot.png (file) | 104 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(sinh,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{sinh}(z)$.') plt.savefig('complex... | 1 | |
07:46, 16 May 2016 | Complexairybiplot.png (file) | 207 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(airybi,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{Bi}(z)$.') plt.savefig('complex... | 1 | |
07:44, 16 May 2016 | Airybiplot.png (file) | 42 KB | Tom | 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.8,2,0.01); x2=x1 f=np.vectorize(airybi) def g(x):... | 1 | |
07:37, 16 May 2016 | Airyaiplot.png (file) | 49 KB | Tom | 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... | 1 | |
07:22, 16 May 2016 | Complexairyaiplot.png (file) | 187 KB | Tom | 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... | 2 | |
06:44, 16 May 2016 | Complexairybiglyph.png (file) | 52 KB | Tom | 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... | 1 | |
06:32, 16 May 2016 | Complexairyaiglyph.png (file) | 45 KB | Tom | 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... | 1 | |
06:30, 16 May 2016 | Airybiglyph.png (file) | 7 KB | Tom | 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 =... | 1 | |
06:09, 16 May 2016 | Airyaiglyph.png (file) | 8 KB | Tom | 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... | 1 | |
06:00, 16 May 2016 | Arccotplot.png (file) | 24 KB | Tom | 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(... | 1 | |
05:36, 16 May 2016 | Complexgammaplot.png (file) | 186 KB | Tom | 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... | 1 | |
05:17, 16 May 2016 | Arcsecplot.png (file) | 21 KB | Tom | 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... | 1 | |
04:39, 16 May 2016 | Arccscplot.png (file) | 24 KB | Tom | 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... | 1 | |
04:13, 16 May 2016 | Arctanplot.png (file) | 22 KB | Tom | 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... | 1 | |
03:59, 16 May 2016 | Arccosplot.png (file) | 31 KB | Tom | 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... | 1 | |
03:51, 16 May 2016 | Arcsinplot.png (file) | 29 KB | Tom | 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... | 1 | |
01:20, 16 May 2016 | Complexriemannzeta.png (file) | 99 KB | Tom | 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... | 1 | |
23:07, 15 May 2016 | Complexarcsecplot.png (file) | 76 KB | Tom | 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... | 1 | |
23:05, 15 May 2016 | Complexarccotplot.png (file) | 95 KB | Tom | 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... | 1 | |
22:56, 15 May 2016 | Complexarccscplot.png (file) | 101 KB | Tom | 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... | 2 | |
22:44, 15 May 2016 | Complexarctanplot.png (file) | 93 KB | Tom | 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... | 1 | |
21:41, 15 May 2016 | Complexarccosplot.png (file) | 66 KB | Tom | 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... | 1 | |
21:31, 15 May 2016 | Complexarcsinplot.png (file) | 72 KB | Tom | 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... | 1 | |
20:05, 15 May 2016 | Complexarccothglyph.png (file) | 19 KB | Tom | 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... | 1 | |
19:58, 15 May 2016 | Complexarcsechglyph.png (file) | 12 KB | Tom | 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... | 1 | |
19:57, 15 May 2016 | Complexarccschglyph.png (file) | 19 KB | Tom | 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... | 1 | |
19:56, 15 May 2016 | Complexarctanhglyph.png (file) | 14 KB | Tom | 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... | 1 | |
19:56, 15 May 2016 | Complexarccoshglyph.png (file) | 14 KB | Tom | 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... | 1 | |
19:14, 15 May 2016 | Complexarcsinhglyph.png (file) | 17 KB | Tom | 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... | 1 | |
18:45, 15 May 2016 | Arccothglyph.png (file) | 4 KB | Tom | 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=... | 1 | |
18:45, 15 May 2016 | Arcsechglyph.png (file) | 4 KB | Tom | 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... | 1 | |
18:44, 15 May 2016 | Arccschglyph.png (file) | 5 KB | Tom | 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... | 1 | |
18:43, 15 May 2016 | Arctanhglyph.png (file) | 4 KB | Tom | 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... | 1 | |
18:43, 15 May 2016 | Arccoshglyph.png (file) | 4 KB | Tom | 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... | 1 |
First page |
Previous page |
Next page |
Last page |