Revision history of "File:Clausensine0.5.png"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 19:43, 7 September 2020Tom (talk | contribs). . (290 bytes) (+290). . (from mpmath import * import numpy as np import matplotlib.pyplot as plt mp.dps=25; mp.pretty = True cplot(lambda x: clsin(0.5,x),[-10,10],[-5,5],points=50000,verbose=True) plt.title(r'Domain coloring of $Cl_{0.5}(z)$.') plt.savefig('clausensine0.5.pn...)