MathGroup Archive 2008

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

Search the Archive

Re: Mathematica Plot Functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg92711] Re: [mg92677] Mathematica Plot Functions
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Sat, 11 Oct 2008 06:43:48 -0400 (EDT)
  • Reply-to: hanlonr at cox.net

Presumably the function to be plotted is either 2x or x^2 not x2 (a variable name)

Plot[x^2,{x,0,2Pi}]

Plot[2x, {x,0,2Pi}]


Bob Hanlon

---- TKM <temp_tsun at hotmail.com> wrote: 

=============
Hello,

I try to plot a function, but Mathematica doesn't draw my function. Can someone help me?

I provide a screenshot here: http://img407.imageshack.us/my.php?image=mathematicajw3.jpg

Thanks in advance, TKM


--

Bob Hanlon



  • Prev by Date: RE: Finite difference method with mathematica
  • Next by Date: Re: Finite difference method with mathematica
  • Previous by thread: Re: Mathematica Plot Functions
  • Next by thread: Re: Mathematica Plot Functions