|
[Date Index]
[Thread Index]
[Author Index]
Re: Mathematica 4.1 How to.....
- To: mathgroup at smc.vnet.net
- Subject: [mg27249] Re: Mathematica 4.1 How to.....
- From: "Paul Lutus" <nospam at nosite.com>
- Date: Wed, 14 Feb 2001 03:41:18 -0500 (EST)
- References: <96asej$6f9@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
"Tony" <tony at magic101.freeserve.co.uk> wrote in message
news:96asej$6f9 at smc.vnet.net...
> I have a trial version of this software.
>
> Can anyone tell me how I plot a graph such as
>
> 1 + e to power of x
>
> I am damned if I can find out how to do this
>
> Please Please someone help
>
> Another 2 I am having difficulty with is plotting
>
> cos(pi x) Pi having its symbolic sign
>
> and
>
> |x-1|
Plot[{1+E^x,Cos[Pi x],Abs[1-x]},{x,-1,2}]
--
Paul Lutus
www.arachnoid.com
Prev by Date:
Re: Graphing Functions for an idiot
Next by Date:
Solving for Sum element
Previous by thread:
Re: Mathematica 4.1 How to.....
Next by thread:
Re: Mathematica 4.1 How to.....
|