User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 01:14, 11 June 2016 (diff | hist) . . (+5) . . Kelvin kei
- 01:14, 11 June 2016 (diff | hist) . . (+333) . . N File:Complexkelvinkei,n=0plot.png (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...) (current)
- 01:07, 11 June 2016 (diff | hist) . . (+5) . . Kelvin ker
- 01:07, 11 June 2016 (diff | hist) . . (+336) . . N File:Complexkelvinker,n=0plot.png (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...) (current)
- 00:55, 11 June 2016 (diff | hist) . . (+75) . . Kelvin bei
- 00:55, 11 June 2016 (diff | hist) . . (+334) . . N File:Complexkelvinbei,n=1plot.png (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...) (current)
- 00:51, 11 June 2016 (diff | hist) . . (+5) . . Kelvin bei
- 00:51, 11 June 2016 (diff | hist) . . (+334) . . N File:Complexkelvinbei,n=0plot.png (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...) (current)
- 00:42, 11 June 2016 (diff | hist) . . (-346) . . Q-exponential e sub q
- 00:38, 11 June 2016 (diff | hist) . . (+75) . . Kelvin ber
- 00:37, 11 June 2016 (diff | hist) . . (+332) . . N File:Complexkelvinber,n=1plot.png (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....) (current)
- 00:36, 11 June 2016 (diff | hist) . . (+5) . . Kelvin ber
- 00:35, 11 June 2016 (diff | hist) . . (+332) . . N File:Complexkelvinber,n=0plot.png (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....) (current)
- 00:33, 11 June 2016 (diff | hist) . . (-17) . . Kelvin kei
- 00:33, 11 June 2016 (diff | hist) . . (-17) . . Kelvin ker
- 00:33, 11 June 2016 (diff | hist) . . (-18) . . Kelvin bei
- 00:31, 11 June 2016 (diff | hist) . . (+54) . . Kelvin bei
- 00:31, 11 June 2016 (diff | hist) . . (+475) . . N File:Kelvinbei,n=1plot.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(-7,7,0.01); f=np.vectorize(lambda x: bei(1,x)) y=f(x) fig, ax...) (current)
- 00:27, 11 June 2016 (diff | hist) . . (+54) . . Kelvin bei
- 00:27, 11 June 2016 (diff | hist) . . (+477) . . N File:Kelvinbei,n=0plot.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(-6,6,0.01); f=np.vectorize(lambda x: bei(0,x)) y=f(x) fig, ax...) (current)
- 00:24, 11 June 2016 (diff | hist) . . (+68) . . Kelvin ber
- 00:24, 11 June 2016 (diff | hist) . . (+494) . . N File:Kelvinber,n=0.5plot.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(0.01,8,0.01); f=np.vectorize(lambda x: ber(0.5,x)) y=f(x) fig,...) (current)
- 00:21, 11 June 2016 (diff | hist) . . (+54) . . Kelvin ber
- 00:21, 11 June 2016 (diff | hist) . . (+475) . . N File:Kelvinber,n=2plot.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(-8,8,0.01); f=np.vectorize(lambda x: ber(1,x)) y=f(x) fig, ax...) (current)
- 00:18, 11 June 2016 (diff | hist) . . (+54) . . Kelvin ber
- 00:18, 11 June 2016 (diff | hist) . . (+483) . . N File:Kelvinber,n=1plot.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(-14,14,0.01); f=np.vectorize(lambda x: ber(1,x)) y=f(x) fig, a...) (current)
- 00:16, 11 June 2016 (diff | hist) . . (+54) . . Kelvin ber
- 00:15, 11 June 2016 (diff | hist) . . (+477) . . N File:Kelvinber,n=0plot.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(-8,8,0.01); f=np.vectorize(lambda x: ber(0,x)) y=f(x) fig, ax...) (current)
- 00:07, 11 June 2016 (diff | hist) . . (+584) . . Orthogonal polynomials footer
- 00:02, 11 June 2016 (diff | hist) . . (-1,968) . . Main Page (→Polynomials)
- 00:01, 11 June 2016 (diff | hist) . . (+36) . . Main Page (→Polynomials)
- 00:00, 11 June 2016 (diff | hist) . . (+178) . . Orthogonal polynomials footer
- 23:55, 10 June 2016 (diff | hist) . . (-17) . . Kelvin ber
- 23:53, 10 June 2016 (diff | hist) . . (+41) . . Modified Bessel I (current)
- 23:52, 10 June 2016 (diff | hist) . . (+490) . . N File:Besseli,n=1plot.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(-5,5,0.01); f=np.vectorize(lambda x: besseli(1,x)) y=f(x) fig...) (current)
- 23:51, 10 June 2016 (diff | hist) . . (+41) . . Modified Bessel I
- 23:51, 10 June 2016 (diff | hist) . . (+488) . . N File:Besseli,n=0plot.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(-5,5,0.01); f=np.vectorize(lambda x: besseli(0,x)) y=f(x) fig...) (current)
- 23:46, 10 June 2016 (diff | hist) . . (-334) . . File:Besselk,n=0plot.png (current)
- 23:46, 10 June 2016 (diff | hist) . . (+41) . . Modified Bessel K (current)
- 23:45, 10 June 2016 (diff | hist) . . (+1,017) . . N File:Besselk,n=0plot.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(0.01,5,0.01); x2=np.arange(-15,15,0.1); j0=np.vectorize(lambda...)
- 23:43, 10 June 2016 (diff | hist) . . (0) . . File:Multiplebesselkplot.png (Tom uploaded a new version of "File:Multiplebesselkplot.png") (current)
- 23:42, 10 June 2016 (diff | hist) . . (+68) . . Modified Bessel K
- 23:40, 10 June 2016 (diff | hist) . . (+997) . . N File:Multiplebesselkplot.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(0.01,5,0.01); x2=np.arange(-15,15,0.1); j0=np.vectorize(lambda...)
- 23:34, 10 June 2016 (diff | hist) . . (+46) . . Modified Bessel I
- 23:34, 10 June 2016 (diff | hist) . . (+23) . . Modified Bessel I
- 23:33, 10 June 2016 (diff | hist) . . (+45) . . Modified Bessel I
- 23:33, 10 June 2016 (diff | hist) . . (+949) . . N File:Multiplebesseliplot.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(-5,5,0.01); j0=np.vectorize(lambda x: besseli(0,x)) j1=np.vecto...) (current)
- 23:24, 10 June 2016 (diff | hist) . . (+62) . . Modified Bessel I
- 23:24, 10 June 2016 (diff | hist) . . (+323) . . N File:Complexbesseli,n=1plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: besseli(1,x),[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $I_1(z)$.') plt.savefig...) (current)
- 23:23, 10 June 2016 (diff | hist) . . (-40) . . Modified Bessel I
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)