File:Complexdigammaplot.png

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

cplot(digamma,[-4,4],[-4,4],points=50000,verbose=True)
plt.title(r'Domain coloring of $\psi(z)=\psi^{(0)}(z)$.')
plt.savefig('complexdigammaplot.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
current18:48, 3 June 2016Thumbnail for version as of 18:48, 3 June 2016556 × 575 (95 KB)Tom (talk | contribs)Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(digamma,[-4,4],[-4,4],points=50000,verbose=True) plt.title(r'Domain coloring of $\psi(z)=\psi^{(0)}(z)$.') plt.savefig('co...
  • You cannot overwrite this file.

The following 2 pages link to this file:

Metadata