Re: Mathematica 4.1 How to.....
- To: mathgroup at smc.vnet.net
- Subject: [mg27283] Re: Mathematica 4.1 How to.....
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 16 Feb 2001 03:58:40 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <96asej$6f9@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
>
> 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
Plot[1 + E^x, {x, 0, 5}]
>
> Another 2 I am having difficulty with is plotting
>
> cos(pi x) Pi having its symbolic sign
Plot[Cos[Pi*x], {x, 0, 2}]
>
> and
>
> |x-1|
>
Plot[Abs[x-1],{x,-1,1}]
> Im probably just a numpty right enough
>
> Please email to tony at magic101.co.uk
>
> Thanx
>
> Tony