All public logs
Combined display of all available logs of specialfunctionswiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:44, 5 July 2016 Tom (talk | contribs) uploaded File:Complexjacobitheta4,q=0.5plot.png (Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: jtheta(4,x,0.5),[-4,4],[-4,4],points=50000,verbose=True) plt.title(r'Domain coloring of $\vartheta_4(z,1/2)$.')...)