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: [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.










  • Prev by Date: Running Mathematica 4.1 directly from CD
  • Next by Date: Questions
  • Previous by thread: Re: Mathematica 4.1 How to.....
  • Next by thread: Re: Mathematica 4.1 How to.....