MathGroup Archive 2011

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

Search the Archive

Re: Plot function with two arguments

  • To: mathgroup at smc.vnet.net
  • Subject: [mg122095] Re: Plot function with two arguments
  • From: David Skulsky <edskulsky at gmail.com>
  • Date: Thu, 13 Oct 2011 03:48:47 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <j73gi1$ftj$1@smc.vnet.net>
  • Reply-to: comp.soft-sys.math.mathematica at googlegroups.com

You can use Table.  For example:

Plot[Table[Sin[a x], {a, 1, 3}], {x, 0, 2 \[Pi]}]

David



  • Prev by Date: Re: A collection of Mathematica learning resources
  • Next by Date: Bug in Series with NonCommutativeProduct?
  • Previous by thread: Re: Plot function with two arguments
  • Next by thread: Re: Plot function with two arguments