Log in to edit a copy.
Download.
Other published documents...
Parabola
382 days ago by forthehuynh
def foo(f): return plot((x^2+f),(x,-3,3))
@interact def _(f=(-2,2,.1)): show(foo(f))
f
Click to the left again to hide and once more to show the dynamic interactive window