Re: Mathematica 4.1 How to.....
- To: mathgroup at smc.vnet.net
 - Subject: [mg27291] Re: Mathematica 4.1 How to.....
 - From: "Alexander Mikhal'chuk" <mikhal at skif.net>
 - Date: Fri, 16 Feb 2001 03:58:55 -0500 (EST)
 - References: <96asej$6f9@smc.vnet.net>
 - Sender: owner-wri-mathgroup at wolfram.com
 
Hi, Tony.
Try to use the following commands:
f[x_] := (1 + E)^x
Plot[f[x], {x, -10, 10}]
g[x_] := Cos[Pi x]
Plot[g[x], {x, -2, 2}]
h[x_] := Abs[x - 1]
Plot[h[x], {x, -2, 4}]
Alexander Mikhal'chuk.