User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 02:17, 16 September 2016 (diff | hist) . . (+437) . . N File:Sincplot.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(-15,15,0.01); f=np.vectorize(lambda x: sinc(x)) y=f(x) fig, a...) (current)
- 01:44, 16 September 2016 (diff | hist) . . (-26) . . Arctanh
- 01:43, 16 September 2016 (diff | hist) . . (+313) . . N File:Complexarctanhplot.png (Category:DomainColoring <pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(atanh,[-2,2],[-2,2],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{arctanh}(z)$.') plt.savefig('compl...) (current)
- 01:40, 16 September 2016 (diff | hist) . . (+67) . . Arccoth (current)
- 01:39, 16 September 2016 (diff | hist) . . (+13) . . Arccoth
- 01:38, 16 September 2016 (diff | hist) . . (+1) . . Derivative of arccoth (current)
- 01:38, 16 September 2016 (diff | hist) . . (0) . . Arctanh
- 01:37, 16 September 2016 (diff | hist) . . (-2) . . Derivative of arccosh
- 01:36, 16 September 2016 (diff | hist) . . (+78) . . Derivative of arccoth
- 01:35, 16 September 2016 (diff | hist) . . (+187) . . N Derivative of arccoth (Created page with "==Theorem== The following formula holds: $$\dfrac{\mathrm{d}}{\mathrm{d}z} \mathrm{arccoth}(z) = \dfrac{1}{z^2-1}.$$ ==Proof== ==References== Category:Theorem Categor...")
- 01:33, 16 September 2016 (diff | hist) . . (+306) . . Arccoth
- 01:15, 16 September 2016 (diff | hist) . . (+31) . . Arccoth
- 01:15, 16 September 2016 (diff | hist) . . (-6) . . Arccoth
- 01:14, 16 September 2016 (diff | hist) . . (+313) . . N File:Complexarccothplot.png (Category:DomainColoring <pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(acoth,[-5,5],[-5,5],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{arccoth}(z)$.') plt.savefig('compl...) (current)
- 00:47, 16 September 2016 (diff | hist) . . (+370) . . Arctanh
- 00:42, 16 September 2016 (diff | hist) . . (0) . . File:Arctanhplot.png (Tom uploaded a new version of "File:Arctanhplot.png") (current)
- 00:23, 16 September 2016 (diff | hist) . . (+40) . . Arcsinh
- 00:22, 16 September 2016 (diff | hist) . . (+40) . . Arccosh
- 00:22, 16 September 2016 (diff | hist) . . (+248) . . N Derivative of arccosh (Created page with "==Theorem== The following formula holds: $$\dfrac{\mathrm{d}}{\mathrm{d}z} \mathrm{arccosh}(z) = \dfrac{1}{\sqrt{z-1}\sqrt{z+1}},$$ where $\mathrm{arccosh}$ denotes [[arccosh]...")
- 00:18, 16 September 2016 (diff | hist) . . (+33) . . Arccosh
- 00:17, 16 September 2016 (diff | hist) . . (+78) . . Arccosh
- 00:16, 16 September 2016 (diff | hist) . . (+208) . . Arccosh
- 00:15, 16 September 2016 (diff | hist) . . (+3) . . Arccosh
- 00:14, 16 September 2016 (diff | hist) . . (+313) . . N File:Complexarccoshplot.png (Category:DomainColoring <pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(acosh,[-5,5],[-5,5],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{arccosh}(z)$.') plt.savefig('compl...) (current)
- 00:14, 16 September 2016 (diff | hist) . . (-29) . . Arccosh
- 00:08, 16 September 2016 (diff | hist) . . (+727) . . Derivative of arcsinh (current)
- 23:53, 15 September 2016 (diff | hist) . . (-23) . . Arcsinh
- 23:53, 15 September 2016 (diff | hist) . . (+313) . . N File:Complexarcsinhplot.png (Category:DomainColoring <pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(asinh,[-2,2],[-2,2],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{arcsinh}(z)$.') plt.savefig('compl...) (current)
- 23:49, 15 September 2016 (diff | hist) . . (+44) . . Arcsinh
- 21:08, 15 September 2016 (diff | hist) . . (+20) . . Derivative of arcsin (→Proof)
- 21:08, 15 September 2016 (diff | hist) . . (-20) . . Derivative of arcsin (→Proof)
- 02:36, 15 September 2016 (diff | hist) . . (+10) . . Catalan's identity
- 02:36, 15 September 2016 (diff | hist) . . (+259) . . N Catalan's identity (Created page with "==Theorem== The following formula holds: $$F_n^2 - F_{n+r} F_{n-r} = (-1)^{n-r}F_r^2,$$ where $F_n$ denotes a Fibonacci number. ==Proof== ==See also=...")
- 02:32, 15 September 2016 (diff | hist) . . (+56) . . Fibonacci numbers (→Properties)
- 02:25, 15 September 2016 (diff | hist) . . (+225) . . N Sum of squares of Fibonacci numbers (Created page with "==Theorem== The following formula holds: $$\displaystyle\sum_{k=1}^n F_k^2 = F_n F_{n+1},$$ where $F_k$ denotes a Fibonacci number. ==Proof== ==Refere...")
- 02:25, 15 September 2016 (diff | hist) . . (+46) . . Fibonacci numbers (→Properties)
- 02:25, 15 September 2016 (diff | hist) . . (+228) . . N Sum of even indexed Fibonacci numbers (Created page with "==Theorem== The following formula holds: $$\displaystyle\sum_{k=1}^n F_{2k} = F_{2n+1}-1,$$ where $F_{2k}$ denotes a Fibonacci number. ==Proof== ==Ref...")
- 02:24, 15 September 2016 (diff | hist) . . (0) . . m Sum of odd indexed Fibonacci numbers (Tom moved page Sum of odd Fibonacci numbers to Sum of odd indexed Fibonacci numbers)
- 02:24, 15 September 2016 (diff | hist) . . (+50) . . N Sum of odd Fibonacci numbers (Tom moved page Sum of odd Fibonacci numbers to Sum of odd indexed Fibonacci numbers) (current)
- 02:23, 15 September 2016 (diff | hist) . . (+16) . . Fibonacci numbers (→Properties)
- 02:23, 15 September 2016 (diff | hist) . . (+40) . . Fibonacci numbers (→Properties)
- 02:23, 15 September 2016 (diff | hist) . . (+15) . . Sum of Fibonacci numbers
- 02:23, 15 September 2016 (diff | hist) . . (+230) . . N Sum of odd indexed Fibonacci numbers (Created page with "==Theorem== The following formula holds: $$\displaystyle\sum_{k=1}^n F_{2k+1} = F_{2n+2},$$ where $F_{2k+1}$ denotes a Fibonacci number. ==Proof== ==R...")
- 02:22, 15 September 2016 (diff | hist) . . (+39) . . Fibonacci numbers (→Properties)
- 02:21, 15 September 2016 (diff | hist) . . (+206) . . N Sum of Fibonacci numbers (Created page with "==Theorem== The following formula holds: $$\displaystyle\sum_{k=1}^n F_k = F_{n+2}-1,$$ where $F_k$ denotes the Fibonacci sequence. ==Proof== ==References== Category:...")
- 02:20, 15 September 2016 (diff | hist) . . (+40) . . Fibonacci numbers
- 00:49, 15 September 2016 (diff | hist) . . (-330) . . Q-Sin (→Properties) (current)
- 19:37, 5 September 2016 (diff | hist) . . (0) . . Hurwitz zeta
- 12:40, 2 September 2016 (diff | hist) . . (+30) . . Main Page (→Polynomials)
- 12:49, 29 August 2016 (diff | hist) . . (+42) . . Main Page (→Trigonometric functions)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)