Re: Plot a function
- To: mathgroup at smc.vnet.net
- Subject: [mg47818] Re: Plot a function
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 28 Apr 2004 06:56:00 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <c6l7cm$im2$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
Plot[Sin[x]*Exp[x], {x, 0.5, 1.5}]
and read the manual it is full of examples.
Regards
Jens
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?