xxxxxxxxxx
@interact
def _(n=[4..7]):
var('z'); cf=z^n+1/z^n; d=2
p=complex_plot(cf,(-d,d),(-d,d))
p.show(figsize=(5,5))
No comments:
Post a Comment