MathGroup Archive 1998

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

Search the Archive

Is it a BUG?



When I try to plot a number of functions like this:
Plot[{x,x^2,x^4},{x,-5,5}]

it works,
but if I do it another way:
k={x,x^2,x^4}
Plot[k,{x,-5,5}]

then it doesn't plot the graphics.
Is it a bug or not?

Sincerely,
Igor Gribanov
http://www.geocities.com/SouthBeach/Palms/3050





  • Prev by Date: how to compute pi by using continued fraction?
  • Next by Date: incorrect results
  • Prev by thread: Re: Re: how to compute pi by using continued fraction?
  • Next by thread: Re: Is it a BUG?