User Portlet
| Discussions |
|---|
| Hi Everyone, I'd like to define an equation and then Manipulate the input variables. This does not work if I've saved the expression as a variable before hand. Manipulate[x^2, {x,-1,2}] Works fine, but the next example just shows "x^2": ... |