@hollykrieger
#!/usr/bin/python
from mpmath import *
import pylab
def rhac(z):
c = z
for u in range(1,30):
z = fp.kleinj(tau=z)
if(im(z)<0):
z = z * z + c
return z/abs(z)
-
Show this thread
-
fp.cplot(lambda z: rhac(z), [-1,1], [0,5], points=20000000, dpi=400, verbose=True, file="frabjous.png") higher resolution soonishpic.twitter.com/qKECJ098OA
1 reply 1 retweet 1 likeShow this thread
10:27 AM - 1 Feb 2019
0 replies
1 retweet
0 likes
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.