Revision history of "File:Clausencosine0.5plot.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) 18:55, 7 September 2020Tom (talk | contribs). . (297 bytes) (+297). . (from mpmath import * import numpy as np import matplotlib.pyplot as plt mp.dps=25; mp.pretty = True cplot(lambda x: clcos(0.5,x),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\tilde{Cl}_{0.5}(z)$.') plt.savefig('clausen...)