MathGroup Archive 1999

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

Search the Archive

Re: Plot, Table.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg19938] Re: Plot, Table.
  • From: "Kevin J. McCann" <kevin.mccann at jhuapl.edu>
  • Date: Wed, 22 Sep 1999 04:11:18 -0400
  • Organization: Johns Hopkins University Applied Physics Lab, Laurel, MD, USA
  • References: <7s79j8$hu2@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Try this.  Note that the Evaluate[ ] is necessary to force mma to get
numbers, which Plot requires.

Kevin

Plot[Evaluate[Table[a x, {a, 0, 10, 1}]], {x, 0, 2}];

--

Kevin J. McCann
Johns Hopkins University APL

OscarRondoni Garcia <kaesarzm at teleline.es> wrote in message
news:7s79j8$hu2 at smc.vnet.net...
> Can I plot a family of functions at the same coordinate system?
> For example:
>             y = a  x^2      a = 1,2,........,20
> Thanks for all readers.
> --
> kaesarzm at teleline.es
>
>
>




  • Prev by Date: Re: Solving equations involving Ln function
  • Next by Date: Re: Re: Fast List-Selection
  • Previous by thread: Re: Plot, Table.
  • Next by thread: Any p-adic packages?