User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 02:33, 5 January 2017 (diff | hist) . . (-1) . . Derivative of versine (current)
- 02:33, 5 January 2017 (diff | hist) . . (+252) . . N Derivative of versine (Created page with "==Theorem== The following formula holds: $$\dfrac{\mathrm{d}}{\mathrm{d}z} \mathrm{versin}(z) = \sin(z),$$ where $\mathrm{versin}$ denotes versine and $\sin$ denotes sin...")
- 02:32, 5 January 2017 (diff | hist) . . (+32) . . Versine
- 02:31, 5 January 2017 (diff | hist) . . (-42) . . Main Page (→Depreciated trigonometric functions)
- 02:30, 5 January 2017 (diff | hist) . . (+147) . . Depreciated trigonometric functions footer (current)
- 02:29, 5 January 2017 (diff | hist) . . (+890) . . N File:Covercosineglyph.png (Category:covercosineglyph <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 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: 1+sin(x))...) (current)
- 02:27, 5 January 2017 (diff | hist) . . (-21) . . Main Page (→Depreciated trigonometric functions)
- 02:27, 5 January 2017 (diff | hist) . . (+144) . . Depreciated trigonometric functions footer
- 02:27, 5 January 2017 (diff | hist) . . (0) . . File:Excosecantglyph.png (Tom uploaded a new version of "File:Excosecantglyph.png") (current)
- 02:25, 5 January 2017 (diff | hist) . . (+886) . . N File:Excosecantglyph.png (Category:excosecantglyph <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 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: csc(x)-1) y...)
- 01:57, 5 January 2017 (diff | hist) . . (-39) . . Main Page (→Depreciated trigonometric functions)
- 01:56, 5 January 2017 (diff | hist) . . (+279) . . Depreciated trigonometric functions footer
- 01:56, 5 January 2017 (diff | hist) . . (+882) . . N File:Exsecantglyph.png (Category:exsecantglyph <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 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: sec(x)-1) y1=...) (current)
- 01:51, 5 January 2017 (diff | hist) . . (+885) . . N File:Coversinglyph.png (Category:coversineglyph <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 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: 1-sin(x)) y1...) (current)
- 01:50, 5 January 2017 (diff | hist) . . (+3) . . Depreciated trigonometric functions footer
- 01:49, 5 January 2017 (diff | hist) . . (+276) . . N Depreciated trigonometric functions footer (Created page with "<center><strong>Depreciated trigonometric functions</strong></center> <div class="grid2"> <div class="grid2"><center>Versine|...")
- 01:49, 5 January 2017 (diff | hist) . . (+30) . . Main Page (→Trigonometric functions)
- 01:49, 5 January 2017 (diff | hist) . . (0) . . File:Versineglyph.png (Tom uploaded a new version of "File:Versineglyph.png") (current)
- 01:48, 5 January 2017 (diff | hist) . . (+875) . . N File:Versineglyph.png (Category:versineglyph <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 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: 1-cos(x)) y1=f...)
- 01:37, 5 January 2017 (diff | hist) . . (+31) . . *-c functions footer (current)
- 01:37, 5 January 2017 (diff | hist) . . (+875) . . N File:Tanhcglyph.png (Category:tanhcglyph <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 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: tanh(x)/x) y1=f(...) (current)
- 01:35, 5 January 2017 (diff | hist) . . (+31) . . *-c functions footer
- 01:34, 5 January 2017 (diff | hist) . . (+870) . . N File:Tancglyph.png (Category:tancglyph <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 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: tan(x)/x) y1=f(x1...) (current)
- 01:24, 5 January 2017 (diff | hist) . . (+30) . . *-c functions footer
- 01:24, 5 January 2017 (diff | hist) . . (+875) . . N File:Sinhcglyph.png (Category:sinhcglyph <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 x1=np.arange(-2,2,0.0001) f=np.vectorize(lambda x: sinh(x)/x) y1=f(x...) (current)
- 01:15, 5 January 2017 (diff | hist) . . (+31) . . *-c functions footer
- 01:14, 5 January 2017 (diff | hist) . . (+874) . . N File:Sincglyph.png (Category:sincglyph <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 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: sin(x)/x) y1=f(x1...) (current)
- 01:10, 5 January 2017 (diff | hist) . . (+31) . . *-c functions footer
- 01:10, 5 January 2017 (diff | hist) . . (+878) . . N File:Jincglyph.png (<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 x1=np.arange(-20,20,0.01) f=np.vectorize(lambda x: besselj(1,x)/x) y1=f(x1) xvert=np.arange...) (current)
- 01:06, 5 January 2017 (diff | hist) . . (+31) . . *-c functions footer
- 01:05, 5 January 2017 (diff | hist) . . (+968) . . N File:Coshcglyph.png (<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 x1=np.arange(0.001,4,0.01) x2=np.arange(-4,-0.001,0.01) f=np.vectorize(lambda x: cosh(x)/x)...) (current)
- 07:00, 1 January 2017 (diff | hist) . . (+2) . . Derivative of arccosh (current)
- 04:36, 26 December 2016 (diff | hist) . . (+210) . . Book:Victor Kac/Quantum Calculus (→Contents)
- 04:30, 26 December 2016 (diff | hist) . . (+146) . . Q-exponential E sub 1/q (current)
- 04:27, 26 December 2016 (diff | hist) . . (+133) . . Q-exponential E sub q (current)
- 04:24, 26 December 2016 (diff | hist) . . (+16) . . Book:Victor Kac/Quantum Calculus (→Contents)
- 04:23, 26 December 2016 (diff | hist) . . (+108) . . Q-factorial (current)
- 04:18, 26 December 2016 (diff | hist) . . (+136) . . Book:Victor Kac/Quantum Calculus (→Contents)
- 04:17, 26 December 2016 (diff | hist) . . (+108) . . Q-number (→References) (current)
- 04:15, 26 December 2016 (diff | hist) . . (+13) . . Book:Victor Kac/Quantum Calculus (→Contents)
- 04:15, 26 December 2016 (diff | hist) . . (+108) . . Q-number
- 04:15, 26 December 2016 (diff | hist) . . (+1,462) . . Book:Victor Kac/Quantum Calculus
- 04:05, 26 December 2016 (diff | hist) . . (+108) . . Q-derivative (→References) (current)
- 04:02, 26 December 2016 (diff | hist) . . (+108) . . N Book:Victor Kac/Quantum Calculus (Created page with "{{Book|Quantum Calculus|2002|Springer||Victor Kac|author2=Pokman Cheung}} ===Contents=== Category:Book")
- 23:21, 25 December 2016 (diff | hist) . . (+29) . . Kelvin functions footer (current)
- 23:20, 25 December 2016 (diff | hist) . . (+874) . . N File:Kelvinkei,n=0glyph.png (<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,8,0.01) f=np.vectorize(lambda x: kei(0,x)) y=f(x) x2=np.arange(-30,30,0.1) de...) (current)
- 23:02, 25 December 2016 (diff | hist) . . (+28) . . Identity (current)
- 23:01, 25 December 2016 (diff | hist) . . (-9) . . Identity
- 23:01, 25 December 2016 (diff | hist) . . (0) . . m Identity (Tom moved page Identity function to Identity)
- 23:01, 25 December 2016 (diff | hist) . . (+22) . . N Identity function (Tom moved page Identity function to Identity) (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)