File:Complexlogarithm.png

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

cplot(log,[-4,4],[-4,4],points=50000,verbose=True)
plt.title(r'Domain coloring of $\log(z)$.')
plt.savefig('complexlogarithm.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
current05:39, 4 June 2016Thumbnail for version as of 05:39, 4 June 2016556 × 571 (82 KB)Tom (talk | contribs)Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(log,[-4,4],[-4,4],points=50000,verbose=True) plt.title(r'Domain coloring of $\log(z)$.') plt.savefig('complexlogarithm.png...
  • You cannot overwrite this file.

The following page links to this file:

Metadata