MathGroup Archive 2002

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

Search the Archive

Plot problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37179] Plot problem
  • From: Frank Brand <frank.brand at t-online.de>
  • Date: Tue, 15 Oct 2002 04:17:56 -0400 (EDT)
  • References: <akkbts$7o2$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Dear colleagues,

how can I solve the following problem: The task is to successively plot 
the functions given in FuncList with the accociated variable


FuncList = {Exp[x], Sin[y], z^3};

VarList = {x, y, z};

Do[Plot[FuncList\[LeftDoubleBracket]
       i\[RightDoubleBracket], {VarList\[LeftDoubleBracket]
         i\[RightDoubleBracket], -5, 5}], {i, 1, Length[VarList]}]]

Thanks in advance
Frank Brand




  • Prev by Date: Re: Some list questions
  • Next by Date: Is MathML 'good' XML
  • Previous by thread: Re: Some list questions
  • Next by thread: Re: Plot problem