File:Integerdeltasinh,a=0.6,s=0plot.png

From timescalewiki
Revision as of 08:01, 1 June 2016 by Tom (talk | contribs) (Category:plot Category:deltasinh Category:timescale:integers Category:specialfunction <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] =...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Original file(880 × 898 pixels, file size: 27 KB, MIME type: image/png)
#!/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,11,1);
def integerexp(a,t,s):
        return (1+a)**(t-s)

def returnzero(t):
        return 0

def integersinh(t): # a=0.6,s=0
        return (integerexp(0.6,t,0)-integerexp(-0.6,t,0))/2
f=np.vectorize(lambda x : integersinh(x).real)
y=f(x)

fig, ax = plt.subplots()

plt.xlabel(r'$t$')
plt.ylabel(r'$\sinh_{0.6}(t,0;\mathbb{Z})$')
plt.title(r'Time scale delta hyperbolic sine function')

plt.scatter(x,y,color='Black',s=40)

#plt.xlim([-15,20])
#plt.ylim([-0.5,10])

plt.savefig('integerdeltasinh,a=0.6,s=0plot.png',bbox_inches='tight',pad_inches=0.15)

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current08:01, 1 June 2016Thumbnail for version as of 08:01, 1 June 2016880 × 898 (27 KB)Tom (talk | contribs)Category:plot Category:deltasinh Category:timescale:integers Category:specialfunction <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] =...
  • You cannot overwrite this file.

The following page links to this file:

Metadata