Revision history of "File:Complexjacobitheta3,q=0.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:41, 5 July 2016Tom (talk | contribs). . (341 bytes) (+341). . (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: jtheta(3,x,0.5),[-4,4],[-4,4],points=50000,verbose=True) plt.title(r'Domain coloring of $\vartheta_3(z,1/2)$.')...)