MathGroup Archive 2001

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Mathematica 4.1 How to.....

  • To: mathgroup at smc.vnet.net
  • Subject: [mg27263] Re: [mg27243] Mathematica 4.1 How to.....
  • From: Tomas Garza <tgarza01 at prodigy.net.mx>
  • Date: Wed, 14 Feb 2001 03:41:31 -0500 (EST)
  • References: <200102130835.DAA06561@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Try the following:

In[1]:=
Plot[1 + Exp[x], {x, 0, 5}];
In[2]:=
Plot[Cos[Pi x], {x, -2, 2}] ; 
In[3]:=
Plot[Abs[x - 1], {x, -1, 2}];

Tomas Garza
Mexico City

----- Original Message ----- 
From: "Tony" <tony at magic101.freeserve.co.uk>
To: mathgroup at smc.vnet.net
Subject: [mg27263] [mg27243] Mathematica 4.1 How to.....


> 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|
> 
> Im probably just a numpty right enough
> 
> Please email to tony at magic101.co.uk
> 
> Thanx
> 
> Tony
> 
> 
> 



  • Prev by Date: Re: Graphing Functions for an idiot
  • Next by Date: Re: Complicated Rotation
  • Previous by thread: Mathematica 4.1 How to.....
  • Next by thread: Re: Mathematica 4.1 How to.....