Re: Draw two functions in a graph, one of them does also have a
- To: mathgroup at smc.vnet.net
- Subject: [mg90207] Re: Draw two functions in a graph, one of them does also have a
- From: yatesd at mac.com
- Date: Wed, 2 Jul 2008 05:30:53 -0400 (EDT)
- References: <g4d2ut$er8$1@smc.vnet.net>
Does the following work? f[x_] := x^2 + 6 x g[a_] := a # & Plot[Join[{f[x]}, Table[g[a][x], {a, 0, 3}]], {x, 0, 7}] Regards, Derek