MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

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}]



  • Prev by Date: Re: problem with Manipulate
  • Next by Date: Re: Maximisation question
  • Previous by thread: Re: problem with Manipulate
  • Next by thread: Re: problem with Manipulate