https://sagecell.sagemath.org/@interact
def _(f=slider([0..20],default=1.6)):
plot(sin(f*x), (x, 0, 10)).show(figsize=3,ymin=-10)
【 在 No1 的大作中提到: 】
: Mathematica 画这种挺方便直观,形如:
: Manipulate[Plot[p*x + 3, {x, -10, 10}], {p, 1, 10}]
--
FROM 171.106.20.*