File:Complexanger,n=0.5glyph.png

From specialfunctionswiki
Jump to: navigation, search
Complexanger,n=0.5glyph.png(195 × 194 pixels, file size: 26 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'] = 2.5, 2.5

def angerintegrand(t,n,x):
        return cos(n*t-x*sin(t))
def anger(n,x):
        return (1/pi)*quad(lambda t: angerintegrand(t,n,x),[0,pi])

cplot(lambda x: anger(0.5,x),[-10,10],[-10,10],points=4000,verbose=True)
plt.savefig('complexanger,n=0.5glyph.png')

File history

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

Date/TimeThumbnailDimensionsUserComment
current20:59, 10 June 2016Thumbnail for version as of 20:59, 10 June 2016195 × 194 (26 KB)Tom (talk | contribs)Category:Angerglyph <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 def angerintegrand(t,n,x): return cos(n*t-x*sin(t)) def an...
  • You cannot overwrite this file.

There are no pages that link to this file.

Metadata