Re: Plot, Table.
- To: mathgroup at smc.vnet.net
- Subject: [mg19941] Re: [mg19927] Plot, Table.
- From: steffenz at server2.fo.FH-Koeln.DE
- Date: Wed, 22 Sep 1999 04:11:20 -0400
- Sender: owner-wri-mathgroup at wolfram.com
> Date: Tue, 21 Sep 1999 02:22:55 -0400 > From: "OscarRondoni Garcia" <kaesarzm at teleline.es> > To: mathgroup at smc.vnet.net > Subject: [mg19941] [mg19927] Plot, Table. > Organization: TeleLine > 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 > Hi Try this: Plot[Evaluate[Table[a x^2,{a,1,20}]],{x,-2,2}] Bye Steffen Dipl.-Ing. Steffen Zozgornik Institut fur Licht- und Bautechnik an der Fachhochschule Koln Gremberger Strasse 151 a D - 51105 Koln Tel.: +49 - 221 - 83 10 95 Fax.: +49 - 221 - 83 55 13