User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 04:21, 22 June 2016 (diff | hist) . . (+67) . . Euler totient
- 04:19, 22 June 2016 (diff | hist) . . (+7) . . Euler totient
- 04:19, 22 June 2016 (diff | hist) . . (+7) . . File:Totientplot,to3500.png (current)
- 04:19, 22 June 2016 (diff | hist) . . (0) . . m File:Totientplot,to3500.png (Tom moved page File:Totientplot.png to File:Totientplot,to3500.png)
- 04:19, 22 June 2016 (diff | hist) . . (+41) . . N File:Totientplot.png (Tom moved page File:Totientplot.png to File:Totientplot,to3500.png) (current)
- 04:15, 22 June 2016 (diff | hist) . . (-166) . . Euler totient
- 04:15, 22 June 2016 (diff | hist) . . (+647) . . N File:Totientplot,to3500.png (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...)
- 03:59, 22 June 2016 (diff | hist) . . (-71) . . Euler phi
- 03:58, 22 June 2016 (diff | hist) . . (+311) . . N File:Complexeulerphiplot.png (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...) (current)
- 03:57, 22 June 2016 (diff | hist) . . (+297) . . N File:Complexeulerphiglyph.png (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)...) (current)
- 03:56, 22 June 2016 (diff | hist) . . (+44) . . Euler totient
- 03:55, 22 June 2016 (diff | hist) . . (+48) . . Euler phi
- 03:49, 22 June 2016 (diff | hist) . . (+30) . . Number theory functions footer
- 03:47, 22 June 2016 (diff | hist) . . (+37) . . Chebyshev psi function (current)
- 03:47, 22 June 2016 (diff | hist) . . (+37) . . Chebyshev theta function
- 03:46, 22 June 2016 (diff | hist) . . (+1,669) . . N Number theory functions footer (Created page with "<center><h3>Number theory functions</h3></center> <div class="grid"> <div class="grid"><center>File:Chebthetathumb.png|45px|link=Chebyshev...")
- 03:46, 22 June 2016 (diff | hist) . . (-1,429) . . Main Page (→Special functions in number theory)
- 03:44, 22 June 2016 (diff | hist) . . (0) . . File:Eulerphiglyph.png (Tom uploaded a new version of "File:Eulerphiglyph.png") (current)
- 03:42, 22 June 2016 (diff | hist) . . (+1,085) . . N File:Eulerphiglyph.png (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...)
- 03:33, 22 June 2016 (diff | hist) . . (+14) . . Euler phi
- 03:30, 22 June 2016 (diff | hist) . . (-558) . . Q-Pochhammer
- 03:29, 22 June 2016 (diff | hist) . . (+1) . . Euler phi
- 03:28, 22 June 2016 (diff | hist) . . (-2) . . Euler phi
- 03:27, 22 June 2016 (diff | hist) . . (+447) . . N File:Eulerphiplot.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.001); f=np.vectorize(lambda x: qp(x)) y=f(x) fig, ax =...) (current)
- 03:22, 22 June 2016 (diff | hist) . . (+5) . . Euler phi
- 03:22, 22 June 2016 (diff | hist) . . (+20) . . Main Page (→Special functions in number theory)
- 03:13, 22 June 2016 (diff | hist) . . (-218) . . Hypergeometric pFq (→${}_1F_0$)
- 03:10, 22 June 2016 (diff | hist) . . (+113) . . Book:Earl David Rainville/Special Functions
- 03:07, 22 June 2016 (diff | hist) . . (+46) . . Bateman F
- 03:06, 22 June 2016 (diff | hist) . . (+334) . . N Three-term recurrence for Bateman F (Created page with "==Theorem== The following formula holds: $$n^2 F_n(z) = -(2n-1)z F_{n-1}(z)+(n-1)^2 F_{n-2}(z),$$ where $F_n$ denotes the Bateman F. ==Proof== ==References== * {{BookRef...") (current)
- 03:05, 22 June 2016 (diff | hist) . . (+132) . . Generating relation for Bateman F (current)
- 03:03, 22 June 2016 (diff | hist) . . (+44) . . Bateman F
- 03:03, 22 June 2016 (diff | hist) . . (+341) . . N Generating relation for Bateman F (Created page with "==Theorem== The following formula holds: $$\displaystyle\sum_{k=0}^{\infty} F_n(z)t^n = \dfrac{1}{1-t} {}_2F_1 \left( \dfrac{1}{2}, \dfrac{1+z}{2}; 1; \dfrac{-4t}{(1-t)^2} \ri...")
- 03:01, 22 June 2016 (diff | hist) . . (+24) . . Bateman F
- 03:00, 22 June 2016 (diff | hist) . . (+127) . . Bateman F
- 02:57, 22 June 2016 (diff | hist) . . (-1) . . Book:Earl David Rainville/Special Functions
- 02:54, 22 June 2016 (diff | hist) . . (+7,180) . . N Book:Earl David Rainville/Special Functions (Created page with "{{Book|Special Functions|1960|The Macmillan Company, New York||Earl David Rainville}} ===Contents=== :Chapter 1: INFINITE PRODUCTS ::1. Introduction ::2. Definition of an inf...")
- 02:21, 22 June 2016 (diff | hist) . . (+7) . . Bateman F
- 02:14, 22 June 2016 (diff | hist) . . (0) . . Orthogonal polynomials footer
- 02:13, 22 June 2016 (diff | hist) . . (+32) . . Bateman F
- 02:12, 22 June 2016 (diff | hist) . . (0) . . m Bateman F (Tom moved page Bateman Z to Bateman F)
- 02:06, 22 June 2016 (diff | hist) . . (-9) . . Bateman F
- 02:05, 22 June 2016 (diff | hist) . . (+5) . . Bateman F
- 02:01, 22 June 2016 (diff | hist) . . (-1,431) . . Bateman F
- 01:59, 22 June 2016 (diff | hist) . . (+550) . . Paper:Harry Bateman/Some Properties of a certain Set of Polynomials (current)
- 01:55, 22 June 2016 (diff | hist) . . (+104) . . N Paper:Harry Bateman/Some Properties of a certain Set of Polynomials (Created page with "{{Book|Some Properties of a certain Set of Polynomials|1933|Tohoku Mathematical Journal||Harry Bateman}}")
- 01:49, 22 June 2016 (diff | hist) . . (+2) . . Orthogonal polynomials footer
- 01:46, 22 June 2016 (diff | hist) . . (+145) . . Main Page (→Polynomials)
- 01:46, 22 June 2016 (diff | hist) . . (-118) . . Orthogonal polynomials footer
- 01:45, 22 June 2016 (diff | hist) . . (-36) . . Abel p (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)