MathGroup Archive 2004

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

Search the Archive

Re: Why do two equivalent expression give different answers?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg47407] Re: Why do two equivalent expression give different answers?
  • From: Marcus Stollsteimer <marcus314 at yahoo.com>
  • Date: Fri, 9 Apr 2004 04:45:25 -0400 (EDT)
  • References: <c527dc$dtu$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

what you want is

  Plot[Table[t^c, {c, 1, 2}] // Evaluate, {t, 0.5, 1.2}]

see also the online help for Evaluate (Further Exmples).

Regards,
Marcus

Konrad Den Ende wrote:
> Plot[
> Table[t^c, {c, 1, 2}],
> {t,0.5, 1.2} ]
> but it didn't like it.

-- 
Art, all art, is merely an expression of something. -- W. Allen


  • Prev by Date: Strongly connected digraph
  • Next by Date: discrete data from a surface
  • Previous by thread: RE: Why do two equivalent expression give different answers?
  • Next by thread: RE: Re: Why do two equivalent expression give different answers?