File list
This special page shows all uploaded files.
First page |
Previous page |
Next page |
Last page |
Date | Name | Thumbnail | Size | User | Description | Versions |
---|---|---|---|---|---|---|
23:40, 23 May 2016 | Gammaplot.png (file) | 48 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 x0=np.arange(0.03,5.2,0.001); #right piece x1=np.arange(-0.97,-0.03,0.001);... | 1 | |
22:47, 23 May 2016 | Fresnelcplot.png (file) | 49 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(-10,10,0.01); f=np.vectorize(fresnelc) y1=f(x) def g(x):... | 1 | |
22:44, 23 May 2016 | Complexfresnelcplot.png (file) | 207 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(fresnelc,[-3,3],[-3,3],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{C}(z)$.') plt.savefig('complexfr... | 1 | |
22:41, 23 May 2016 | Complexfresnelsplot.png (file) | 209 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(fresnels,[-3,3],[-3,3],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{S}(z)$.') plt.savefig('complexfr... | 1 | |
22:34, 23 May 2016 | Fresnelsplot.png (file) | 49 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(-10,10,0.01); f=np.vectorize(fresnels) y1=f(x) def g(x):... | 1 | |
22:26, 23 May 2016 | Erfinvplot.png (file) | 30 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.01); f=np.vectorize(erfinv) y=f(x) fig, ax = plt.subplo... | 1 | |
22:21, 23 May 2016 | Complexerfiplot.png (file) | 158 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(erfi,[-5,5],[-5,5],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{erfi}(z)$.') plt.savefig('complexerf... | 1 | |
22:19, 23 May 2016 | Erfiplot.png (file) | 26 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.5,1.5,0.01); f=np.vectorize(erfi) y=f(x) fig, ax = plt.subp... | 1 | |
22:15, 23 May 2016 | Complexerfcplot.png (file) | 195 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(erfc,[-5,5],[-5,5],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{erfc}(z)$.') plt.savefig('complexerf... | 1 | |
22:14, 23 May 2016 | Erfcplot.png (file) | 25 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(-4,4,0.01); f=np.vectorize(erfc) y=f(x) fig, ax = plt.subplots... | 1 | |
22:09, 23 May 2016 | Complexshiplot.png (file) | 137 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(shi,[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{Shi}(z)$.') plt.savefig('complexs... | 1 | |
22:06, 23 May 2016 | Shiplot.png (file) | 28 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(-8,8,0.001); f=np.vectorize(shi) y=f(x) fig, ax = plt.subplot... | 1 | |
21:59, 23 May 2016 | Complexchiplot.png (file) | 139 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(chi,[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{Chi}(z)$.') plt.savefig('complexc... | 1 | |
21:54, 23 May 2016 | Chiplot.png (file) | 32 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,4,0.0001); x2=(-7,11,0.1); f=np.vectorize(chi) y1=f(x1) def... | 1 | |
21:46, 23 May 2016 | Siplot.png (file) | 30 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(-30,30,0.001); f=np.vectorize(si) y1=f(x) def g(x): re... | 1 | |
21:36, 23 May 2016 | Complexsiplot.png (file) | 138 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(si,[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{Si}(z)$.') plt.savefig('complexsip... | 1 | |
21:33, 23 May 2016 | Complexciplot.png (file) | 137 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(ci,[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{Ci}(z)$.') plt.savefig('complexcip... | 1 | |
21:28, 23 May 2016 | Ciplot.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 x1=np.arange(0,20,0.01); x2=(-4.1,2,0.1); f=np.vectorize(ci) y1=f(x1) def... | 1 | |
21:18, 23 May 2016 | Complexliplot.png (file) | 82 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(li,[0,2],[-1,1],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{li}(z)$.') plt.savefig('complexliplot.p... | 1 | |
21:12, 23 May 2016 | Liplot.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 x1=np.arange(0.001,1.0,0.001); x2=np.arange(1.001,4.0,0.001); x3=np.arange(... | 1 | |
21:00, 23 May 2016 | Complexe2plot.png (file) | 104 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def plotme(x): return expint(2,x) cplot(plotme,[-20,20],[-20,20],points=50000,verbose=True) plt.title(r'Domain coloring... | 1 | |
20:49, 23 May 2016 | Complexe1plot.png (file) | 104 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def plotme(x): return expint(1,x) cplot(plotme,[-20,20],[-20,20],points=50000,verbose=True) plt.title(r'Domain coloring... | 1 | |
20:45, 23 May 2016 | Complexeiplot.png (file) | 80 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(ei,[-20,20],[-20,20],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{Ei}(z)$.') plt.savefig('complexeip... | 1 | |
20:39, 23 May 2016 | E3plot.png (file) | 28 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,4,0.001); def g(x): return expint(3,x) f=np.vectoriz... | 1 | |
20:38, 23 May 2016 | E2plot.png (file) | 27 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,4,0.001); def g(x): return expint(2,x) f=np.vectoriz... | 1 | |
20:37, 23 May 2016 | E1plot.png (file) | 19 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,4,0.001); def g(x): return expint(1,x) f=np.vectoriz... | 1 | |
20:28, 23 May 2016 | Eiplot.png (file) | 28 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(-5,0,0.00001); x2=np.arange(0,5,0.00001); x3=np.arange(-30,50,... | 1 | |
20:16, 23 May 2016 | Anger1.5plot.png (file) | 58 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 | |
20:14, 23 May 2016 | Complexanger1.5plot.png (file) | 112 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def angerintegrand(t,n,x): return cos(n*t-x*sin(t)) def anger(n,x): return (1/pi)*quad(lambda t: angerintegrand(... | 1 | |
17:42, 23 May 2016 | Erfglyph.png (file) | 4 KB | Tom | Category:Errorglyph <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.1) f=np.vectorize(erf) y=f(x) fig, ax = plt.subp... | 1 | |
17:36, 23 May 2016 | Complexerrorplot.png (file) | 160 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(erf,[-5,5],[-5,5],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{erf}(z)$.') plt.savefig('complexerror... | 1 | |
17:33, 23 May 2016 | Complexanger1plot.png (file) | 115 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def angerintegrand(t,n,x): return cos(n*t-x*sin(t)) def anger(n,x): return (1/pi)*quad(lambda t: angerintegrand(... | 1 | |
17:22, 23 May 2016 | Erfplot.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 x=np.arange(-4,4,0.01); f=np.vectorize(erf) y=f(x) fig, ax = plt.subplots(... | 1 | |
17:14, 23 May 2016 | Complexanger0.5plot.png (file) | 118 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def angerintegrand(t,n,x): return cos(n*t-x*sin(t)) def anger(n,x): return (1/pi)*quad(lambda t: angerintegrand(... | 1 | |
17:03, 23 May 2016 | Anger1.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:59, 23 May 2016 | Complexanger0plot.png (file) | 118 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def angerintegrand(t,n,x): return cos(n*t-x*sin(t)) def anger(n,x): return (1/pi)*quad(lambda t: angerintegrand(... | 1 | |
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 |
First page |
Previous page |
Next page |
Last page |