Re: start question
- To: mathgroup at smc.vnet.net
- Subject: [mg43678] Re: [mg43672] start question
- From: Selwyn Hollis <sh2.7183 at misspelled.erthlink.net>
- Date: Mon, 29 Sep 2003 01:47:55 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Strange... That works fine for me in both 4.1 and 5.0. ----- Selwyn Hollis http://www.math.armstrong.edu/faculty/hollis On Sunday, September 28, 2003, at 06:00 AM, Young Kim wrote: > 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 > >