Re: problem with Manipulate
- To: mathgroup at smc.vnet.net
- Subject: [mg126565] Re: problem with Manipulate
- From: Dushan Mitrovich <dushanm at nnips.net>
- Date: Sat, 19 May 2012 05:46:16 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <jp54ri$gq0$1@smc.vnet.net>
Physics is Everything....Almost wrote:
> Why does Manipulate[ Plot[Sin[x (1+ a x)], {x,0,6} ], (a,0,2} ] work....
> BUT..... the following doesn't....
> tmp = Plot[Sin[x (1+ a x)], {x,0,6} ]
> Manipulate[ tmp , (a,0,2}]
The opening paren should be a brace .
> I checked Attributes of Manipulate and saw HoldAll......but Hold what??
> thanks.....Jerry Blimbaum
>