MathGroup Archive 2003

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

Search the Archive

start question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43672] start question
  • From: Young Kim <kim17 at fas.harvard.edu>
  • Date: Sun, 28 Sep 2003 06:00:58 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

  I just started using mathematica 4.2
  I was doing some vector field plotting like

  << Graphics`PlotField`

f[x_, y_] := {x, 1/y}
PlotVectorField[f[x, y], {x, 0, 3}, {y, 1, 3}];

and I keep getting some error message saying that the definitions 
overlap.
when I tried Context[PlotVectorField]
it gives me back global`

I am sort of lost and what should I do?
Thanks.

  young


  • Prev by Date: Re: NDSolve help
  • Next by Date: solving equations
  • Previous by thread: Re: Fourier Help
  • Next by thread: Re: start question