xxxxxxxxxx
f=[lambda x,y:(abs(cos((x+I*y)^2))-1),
lambda x,y:(abs(sin((x+I*y)^4))-1)]
d=1.8; seg=(-d,d)
p=sum([implicit_plot(f[i],seg,seg,plot_points=400)
for i in [0,1]])
p.show(figsize=7,aspect_ratio=1)
No comments:
Post a Comment