Re: problem with Manipulate
- To: mathgroup at smc.vnet.net
- Subject: [mg126571] Re: problem with Manipulate
- From: DC <b.gatessucks at gmail.com>
- Date: Sat, 19 May 2012 05:48:20 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <jp54ri$gq0$1@smc.vnet.net>
Try : tmp[a_] := Plot[Sin[x (1 + a x)], {x, 0, 6}]; Manipulate[tmp[a], {a, 0, 2}]