MathGroup Archive 2002

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

Search the Archive

RE: List argument

  • To: mathgroup at smc.vnet.net
  • Subject: [mg36401] RE: [mg36376] List argument
  • From: "David Park" <djmp at earthlink.net>
  • Date: Wed, 4 Sep 2002 21:22:15 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Plot[l // Evaluate, {x, -30, 30},
    Frame -> True];

From: CeZaR [mailto:pascal at go.ro]
To: mathgroup at smc.vnet.net


Hi,

I want to do these operations:

eq = m x^2 + 2(m + 1)x + m + 2
l = {}
For[i = -30, i < 30, i++, AppendTo[l, eq /. m -> i]]
Plot[l, {x, -50, 50}]

but i get this error:
l is not a machine-size real number at x = -49.99999583333334

Can someone exaplain to me what i am doing wrong here??

Thanks!

CeZaR




  • Prev by Date: Re: How to define new function using the previous output?
  • Next by Date: Re: How to define new function using the previous output?
  • Previous by thread: List argument
  • Next by thread: Re: List argument