RE: Plot a function
- To: mathgroup at smc.vnet.net
- Subject: [mg47829] RE: [mg47793] Plot a function
- From: "John C. Erb, Ph.D." <John_C_Erb at prodigy.net>
- Date: Thu, 29 Apr 2004 00:33:46 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Suggest you look up "Plot" in the Help Browser.
Plot[Sin[x]*Exp[x],{x,0.5,1.5}]
John C. Erb
-----Original Message-----
From: oracle [mailto:oracle9i-helpme at mail2me.com]
To: mathgroup at smc.vnet.net
Subject: [mg47829] [mg47793] Plot a function
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?