|
[Date Index]
[Thread Index]
[Author Index]
Re: Plot a function
- To: mathgroup at smc.vnet.net
- Subject: [mg47847] Re: Plot a function
- From: Bill Rowe <readnewsciv at earthlink.net>
- Date: Wed, 28 Apr 2004 06:56:48 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
On 4/27/04 at 4:46 AM, oracle9i-helpme at mail2me.com (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?
This is such a basic operation in Mathematica that your question makes me doubt you've read any of the Mathematica Book. You really ought to do that if you are going to even approach using Mathematica efficiently.
In any case, the answer is
Plot[Sin[x] Exp[x],{x, 0.5, 1.5}]
--
To reply via email subtract one hundred and four
Prev by Date:
selecting columns from a list
Next by Date:
Re: mathematica 5.0 plot crashes
Previous by thread:
RE: Plot a function
Next by thread:
RE: Plot a function
|