Difference between revisions of "File:Complexjacobisn,m=0.8plot.png"

From specialfunctionswiki
Jump to: navigation, search
(Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ellipfun('cn',x,0.8),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{cn}(z,...)
 
 
Line 5: Line 5:
 
from mpmath import *
 
from mpmath import *
  
cplot(lambda x: ellipfun('cn',x,0.8),[-10,10],[-10,10],points=50000,verbose=True)
+
cplot(lambda x: ellipfun('sn',x,0.8),[-10,10],[-10,10],points=50000,verbose=True)
plt.title(r'Domain coloring of $\mathrm{cn}(z,m=0.8)$.')
+
plt.title(r'Domain coloring of $\mathrm{sn}(z,m=0.8)$.')
 
plt.savefig('complexjacobicn,m=0.8plot.png',bbox_inches='tight',pad_inches=0.1)</pre>
 
plt.savefig('complexjacobicn,m=0.8plot.png',bbox_inches='tight',pad_inches=0.1)</pre>

Latest revision as of 17:13, 25 May 2016

#!/usr/bin/python
import numpy as np
import matplotlib.pyplot as plt
from mpmath import *

cplot(lambda x: ellipfun('sn',x,0.8),[-10,10],[-10,10],points=50000,verbose=True)
plt.title(r'Domain coloring of $\mathrm{sn}(z,m=0.8)$.')
plt.savefig('complexjacobicn,m=0.8plot.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
current17:11, 25 May 2016Thumbnail for version as of 17:11, 25 May 2016570 × 571 (199 KB)Tom (talk | contribs)Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: ellipfun('cn',x,0.8),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{cn}(z,...
  • You cannot overwrite this file.

The following page links to this file:

Metadata