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