New in Wolfram
Mathematica
6: Dynamic Interactivity
◄
previous
|
next
►
Immediately Make Any Computation Dynamic
In
Mathematica
6, a single line of input can create a complete dynamic interface to a computation.
In[1]:=
Manipulate[Plot[Sin[n x], {x, 0, 2 Pi}, Filling -> Axis], {n, 1, 10}]
Out[1]=