File:Complexpolygamma,k=2plot.png

From specialfunctionswiki
Jump to: navigation, search
Complexpolygamma,k=2plot.png(555 × 575 pixels, file size: 144 KB, MIME type: image/png)
#!/usr/bin/python
import numpy as np
import matplotlib.pyplot as plt
from mpmath import *

cplot(lambda x: polygamma(2,x),[-8,8],[-8,8],points=50000,verbose=True)
plt.title(r'Domain coloring of $\psi^{(2)}(z)$.')
plt.savefig('complexpolygamma,k=2plot.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
current19:02, 3 June 2016Thumbnail for version as of 19:02, 3 June 2016555 × 575 (144 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: polygamma(2,x),[-8,8],[-8,8],points=50000,verbose=True) plt.title(r'Domain coloring of $\psi^{(2)}(z)$.') plt.sa...
  • You cannot overwrite this file.

The following page links to this file:

Metadata