File:Complexsphericalbessely,n=0glyph.png

From specialfunctionswiki
Revision as of 22:47, 10 June 2016 by Tom (talk | contribs) (Category:Sphericalbesselyglyph <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 sphericalbessely(n,z): return ((pi/(2*z))**...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Complexsphericalbessely,n=0glyph.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 sphericalbessely(n,z):
        return ((pi/(2*z))**(1/2))*bessely(n+1/2,z)

cplot(lambda x: sphericalbessely(0,x),[-8,8],[-8,8],points=40000,verbose=True)
plt.savefig('complexsphericalbessely,n=0glyph.png')

File history

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

Date/TimeThumbnailDimensionsUserComment
current22:47, 10 June 2016Thumbnail for version as of 22:47, 10 June 2016195 × 194 (26 KB)Tom (talk | contribs)Category:Sphericalbesselyglyph <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 sphericalbessely(n,z): return ((pi/(2*z))**...
  • You cannot overwrite this file.

There are no pages that link to this file.

Metadata