MathGroup Archive 2004

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

Search the Archive

Re: Plot a function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg47833] Re: [mg47793] Plot a function
  • From: Yasvir Tesiram <yat at omrf.ouhsc.edu>
  • Date: Thu, 29 Apr 2004 00:33:54 -0400 (EDT)
  • References: <200404270846.EAA18813@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

Plot[Sin[x]*Exp[x], {x, 0.5, 1.5}]

See the Mathematica Book Section 1.9.1 for more basic help on plotting.

Cheers
Yas



On Apr 27, 2004, at 3:46 AM, oracle wrote:

> If i want to draw a function
>
> y=sinx*e^x
>
> in x =0.5 to 1.5 [only in this interval  ]
>
> How I can do that with mathematica?


  • Prev by Date: Derivative of Sum
  • Next by Date: Re: Plot a function
  • Previous by thread: Plot a function
  • Next by thread: Re: Plot a function