File:Complexbesselj0.5plot.png

From specialfunctionswiki
Jump to: navigation, search
Complexbesselj0.5plot.png(570 × 570 pixels, file size: 121 KB, MIME type: image/png)
#!/usr/bin/python
import numpy as np
import matplotlib.pyplot as plt
from mpmath import *

cplot(lambda x: besselj(0.5,x),[-15,15],[-15,15],points=50000,verbose=True)
plt.title(r'Domain coloring of $J_{1/2}(z)$.')
plt.savefig('complexbesselj0.5plot.png',bbox_inches='tight',pad_inches=0.1)

File history

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

Date/TimeThumbnailDimensionsUserComment
current07:10, 24 May 2016Thumbnail for version as of 07:10, 24 May 2016570 × 570 (121 KB)Tom (talk | contribs)Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: besselj(0.5,x),[-15,15],[-15,15],points=50000,verbose=True) plt.title(r'Domain coloring of $J_{1/2}(z)$.') plt.s...
  • You cannot overwrite this file.

The following page links to this file:

Metadata