File:Complexdilogarithmplot.png

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

def dilogarithm(x):
        return x*hyp3f2(1,1,1,2,2,x)
cplot(dilogarithm,[-4,4],[-4,4],points=50000,verbose=True)
plt.title(r'Domain coloring of $\mathrm{Li}_2(z)$.')
plt.savefig('complexdilogarithmplot.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:05, 4 June 2016Thumbnail for version as of 07:05, 4 June 2016556 × 571 (90 KB)Tom (talk | contribs)Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def dilogarithm(x): return x*hyp3f2(1,1,1,2,2,x) cplot(dilogarithm,[-4,4],[-4,4],points=50000,verbose=True) plt.title(r'...
  • You cannot overwrite this file.

The following page links to this file:

Metadata