MathGroup Archive 2008

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

Search the Archive

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


  • Prev by Date: RE: Possible Bug in Mathematica 6
  • Next by Date: Re: Draw two functions in a graph, one of them does also have a parameter.
  • Previous by thread: Re: Problem with parametric minimization
  • Next by thread: Is Format[ ,TeXForm] broken?