xxxxxxxxxx
@interact
def _(n=[2..5],m=[2..5]):
var('x,y'); ineq=sin(x^n)*sin(y^n)*sin(x*y)>=.1^m
rp=region_plot(ineq,(x,-4,4),(y,-4,4),incol='#3636ff',
bordercol='black',borderstyle='dotted')
rp.show(figsize=(5,5))
No comments:
Post a Comment