File:Complexsphericalbesselj,n=0glyph.png

From specialfunctionswiki
Jump to: navigation, search
Complexsphericalbesselj,n=0glyph.png(195 × 194 pixels, file size: 24 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 sphericalbesselj(n,z):
        return ((pi/(2*z))**(1/2))*besselj(n+1/2,z)

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

File history

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

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

There are no pages that link to this file.

Metadata