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:33, 10 June 2016 | Multiplebesseliplot.png (file) | 61 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(-5,5,0.01); j0=np.vectorize(lambda x: besseli(0,x)) j1=np.vecto... | 1 | |
23:43, 10 June 2016 | Multiplebesselkplot.png (file) | 62 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.01,5,0.01); x2=np.arange(-15,15,0.1); j0=np.vectorize(lambda... | 2 | |
23:45, 10 June 2016 | Besselk,n=0plot.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.01,5,0.01); x2=np.arange(-15,15,0.1); j0=np.vectorize(lambda... | 1 | |
23:51, 10 June 2016 | Besseli,n=0plot.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 x=np.arange(-5,5,0.01); f=np.vectorize(lambda x: besseli(0,x)) y=f(x) fig... | 1 | |
23:52, 10 June 2016 | Besseli,n=1plot.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(-5,5,0.01); f=np.vectorize(lambda x: besseli(1,x)) y=f(x) fig... | 1 | |
00:15, 11 June 2016 | Kelvinber,n=0plot.png (file) | 35 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.01); f=np.vectorize(lambda x: ber(0,x)) y=f(x) fig, ax... | 1 | |
00:18, 11 June 2016 | Kelvinber,n=1plot.png (file) | 33 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(-14,14,0.01); f=np.vectorize(lambda x: ber(1,x)) y=f(x) fig, a... | 1 | |
00:21, 11 June 2016 | Kelvinber,n=2plot.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 x=np.arange(-8,8,0.01); f=np.vectorize(lambda x: ber(1,x)) y=f(x) fig, ax... | 1 | |
00:24, 11 June 2016 | Kelvinber,n=0.5plot.png (file) | 33 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.01,8,0.01); f=np.vectorize(lambda x: ber(0.5,x)) y=f(x) fig,... | 1 | |
00:27, 11 June 2016 | Kelvinbei,n=0plot.png (file) | 37 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(-6,6,0.01); f=np.vectorize(lambda x: bei(0,x)) y=f(x) fig, ax... | 1 | |
00:31, 11 June 2016 | Kelvinbei,n=1plot.png (file) | 35 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(-7,7,0.01); f=np.vectorize(lambda x: bei(1,x)) y=f(x) fig, ax... | 1 | |
00:35, 11 June 2016 | Complexkelvinber,n=0plot.png (file) | 178 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ber(0,x),[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{ber}_0(z)$.') plt.... | 1 | |
00:37, 11 June 2016 | Complexkelvinber,n=1plot.png (file) | 180 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ber(1,x),[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{ber}_1(z)$.') plt.... | 1 | |
00:51, 11 June 2016 | Complexkelvinbei,n=0plot.png (file) | 179 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: bei(0,x),[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{bei}_{0}(z)$.') pl... | 1 | |
00:55, 11 June 2016 | Complexkelvinbei,n=1plot.png (file) | 180 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: bei(1,x),[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{bei}_{1}(z)$.') pl... | 1 | |
01:07, 11 June 2016 | Complexkelvinker,n=0plot.png (file) | 195 KB | Tom | Category:DomainColoring <pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ker(0,x),[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{ker}_{0}(z)$.') p... | 1 | |
01:14, 11 June 2016 | Complexkelvinkei,n=0plot.png (file) | 193 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: kei(0,x),[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{kei}_{0}(z)$.') pl... | 1 | |
08:18, 16 June 2016 | Ceilingglyph.png (file) | 2 KB | Tom | Category:Ceilingglyph <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.01) f=np.vectorize(ceil) y=f(x) fig, ax = plt.... | 2 | |
08:21, 16 June 2016 | Floorglyph.png (file) | 2 KB | Tom | Category:floorglyph <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.01) f=np.vectorize(floor) y=f(x) fig, ax = plt.s... | 1 | |
08:25, 16 June 2016 | Identityglyph.png (file) | 3 KB | Tom | Category:identityglyph <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.01) def g(x): return x f=np.vectorize... | 1 | |
09:20, 16 June 2016 | Complexidentityglyph.png (file) | 19 KB | Tom | Category:Identityglyph <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 def g(x): return x cplot(g ,[-1,1],[-1,1],points=400000,... | 1 | |
09:42, 16 June 2016 | Mobiusplot,on0to40.png (file) | 11 KB | Tom | Category:Plot | 1 | |
09:43, 16 June 2016 | Mobiusplot,on0to100.png (file) | 11 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 def numberOfFactors(n): counter = 0 while (n > 1):... | 1 | |
23:25, 16 June 2016 | Mertensplot,n=0to2000.png (file) | 43 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 def numberOfFactors(n): counter = 0 while (n > 1):... | 1 | |
19:37, 21 June 2016 | Triangularnumber5glyph.png (file) | 18 KB | Tom | Category:Triangularnumbersglyph <pre>\documentclass[tikz]{standalone} \usetikzlibrary{shapes.geometric,calc} \begin{document} \begin{tikzpicture} \node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=3,color=white] at (0,0)... | 1 | |
19:42, 21 June 2016 | Triangularnumber3glyph.png (file) | 16 KB | Tom | Category:Triangularnumbersglyph <pre>\documentclass[tikz]{standalone} \usetikzlibrary{shapes.geometric,calc} \begin{document} \begin{tikzpicture} \node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=3,color=white] at (0,0)... | 1 | |
19:50, 21 June 2016 | Squarenumber4glyph.png (file) | 20 KB | Tom | Category:Squarenumbersglyph <pre>\documentclass[tikz]{standalone} \usetikzlibrary{shapes.geometric,calc} \begin{document} \begin{tikzpicture} \node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=4,color=white] at (0,0) {};... | 1 | |
19:54, 21 June 2016 | Pentagonalnumber5glyph.png (file) | 21 KB | Tom | Category:Pentagonalnumbersglyph <pre>\documentclass[tikz]{standalone} \usetikzlibrary{shapes.geometric,calc} \begin{document} \begin{tikzpicture} \node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=5,color=white] at (0,0)... | 2 | |
20:01, 21 June 2016 | Hexagonalnumber6glyph.png (file) | 24 KB | Tom | Category:hexagonalnumbers <pre>\documentclass[tikz]{standalone} \usetikzlibrary{shapes.geometric,calc} \begin{document} \begin{tikzpicture} \node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=6,color=white] at (0,0) {};... | 2 | |
20:28, 21 June 2016 | Heptagonalnumber7glyph.png (file) | 17 KB | Tom | Category:Heptagonalnumbersglyph <pre>\documentclass[tikz]{standalone} \usetikzlibrary{shapes.geometric,calc} \begin{document} \begin{tikzpicture} \node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=7,color=white] at (0,0)... | 1 | |
20:32, 21 June 2016 | Octagonalnumber8glyph.png (file) | 18 KB | Tom | Category:octagonalnumbersglyph <pre>\documentclass[tikz]{standalone} \usetikzlibrary{shapes.geometric,calc} \begin{document} \begin{tikzpicture} \node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=8,color=white] at (0,0)... | 1 | |
20:35, 21 June 2016 | Nonagonalnumber9glyph.png (file) | 29 KB | Tom | Category:nonagonalnumbersglyph <pre>\documentclass[tikz]{standalone} \usetikzlibrary{shapes.geometric,calc} \begin{document} \begin{tikzpicture} \node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=9,color=white] at (0,0)... | 1 | |
20:39, 21 June 2016 | Decagonalnumber10.png (file) | 32 KB | Tom | Category:decagonalnumbersglyph <pre>\documentclass[tikz]{standalone} \usetikzlibrary{shapes.geometric,calc} \begin{document} \begin{tikzpicture} \node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=10,color=white] at (0,0)... | 1 | |
20:45, 21 June 2016 | First six triangular numbers.svg (file) | 38 KB | Tom | From [https://en.wikipedia.org/wiki/Triangular_number#/media/File:First_six_triangular_numbers.svg Wikipedia] | 1 | |
20:50, 21 June 2016 | Hendecagonalnumber11.png (file) | 33 KB | Tom | Category:hendecagonalnumbersglyph <pre>\documentclass[tikz]{standalone} \usetikzlibrary{shapes.geometric,calc} \begin{document} \begin{tikzpicture} \node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=11,color=white] at (0... | 1 | |
20:53, 21 June 2016 | Dodecagonalnumber12glyph.png (file) | 35 KB | Tom | Category:dodecagonalnumbersglyph <pre>\documentclass[tikz]{standalone} \usetikzlibrary{shapes.geometric,calc} \begin{document} \begin{tikzpicture} \node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=12,color=white] at (0,... | 1 | |
21:16, 21 June 2016 | Tridecagonalnumber13.png (file) | 38 KB | Tom | Category:tridecagonalnumbersglyph <pre>\documentclass[tikz]{standalone} \usetikzlibrary{shapes.geometric,calc} \begin{document} \begin{tikzpicture} \node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=13,color=white] at (0... | 1 | |
21:20, 21 June 2016 | Tetradecagonalnumber14.png (file) | 41 KB | Tom | Category:tetradecagonalnumbersglyph <pre>\documentclass[tikz]{standalone} \usetikzlibrary{shapes.geometric,calc} \begin{document} \begin{tikzpicture} \node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=14,color=white] at... | 1 | |
21:24, 21 June 2016 | Pentadecagonalnumber15.png (file) | 46 KB | Tom | Category:pentadecagonalnumbersglyph <pre>\documentclass[tikz]{standalone} \usetikzlibrary{shapes.geometric,calc} \begin{document} \begin{tikzpicture} \node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=15,color=white] at... | 2 | |
21:27, 21 June 2016 | Hexadecagonalnumber16.png (file) | 45 KB | Tom | Category:hexadecagonalnumberglyph <pre>\documentclass[tikz]{standalone} \usetikzlibrary{shapes.geometric,calc} \begin{document} \begin{tikzpicture} \node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=16,color=white] at (0... | 1 | |
00:49, 22 June 2016 | Mobiusglyph.png (file) | 2 KB | Tom | Category:mobiusglyph <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 numberOfFactors(n): counter = 0 while (n > 1):... | 2 | |
01:01, 22 June 2016 | Arcsinhplot.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(-25,25,0.01); f=np.vectorize(asinh) y=f(x) fig, ax = plt.subpl... | 2 | |
01:03, 22 June 2016 | Arccoshplot.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,10,0.01); f=np.vectorize(acosh) y=f(x) fig, ax = plt.subplot... | 1 | |
03:27, 22 June 2016 | Eulerphiplot.png (file) | 37 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.001); f=np.vectorize(lambda x: qp(x)) y=f(x) fig, ax =... | 1 | |
03:44, 22 June 2016 | Eulerphiglyph.png (file) | 6 KB | Tom | Category:eulerphiglyph <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.01) f=np.vectorize(lambda x: qp(x)) y=f(x) x2... | 2 | |
03:57, 22 June 2016 | Complexeulerphiglyph.png (file) | 34 KB | Tom | Category:Eulerphiglyph <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: qp(x),[-1,1],[-1,1],points=50000,verbose=True)... | 1 | |
03:58, 22 June 2016 | Complexeulerphiplot.png (file) | 139 KB | Tom | Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: qp(x),[-1,1],[-1,1],points=100000,verbose=True) plt.title(r'Domain coloring of $\phi(z)$.') plt.savefig('complex... | 1 | |
04:15, 22 June 2016 | Totientplot,to3500.png (file) | 80 KB | Tom | Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt import fractions from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 def totient(n): amount = 0 for k in range... | 1 | |
05:00, 22 June 2016 | Totientglyph.png (file) | 5 KB | Tom | Category:totientglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt import fractions from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 def totient(n): amount = 0 for k... | 1 | |
05:10, 22 June 2016 | Primecountingglyph.png (file) | 3 KB | Tom | Category:primecountingglyph <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,500,1) f=np.vectorize(primepi) y=f(x) x2=np.a... | 1 |
First page |
Previous page |
Next page |
Last page |