MathGroup Archive 2001

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

Search the Archive

Re: vector field plotting

  • To: mathgroup at smc.vnet.net
  • Subject: [mg28477] Re: vector field plotting
  • From: Erk Jensen <Erk.Jensen at cern.ch>
  • Date: Sun, 22 Apr 2001 01:30:11 -0400 (EDT)
  • Organization: CERN http://www.cern.ch
  • References: <9bosq5$mjh@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Julian Sweet wrote:
> 
>         I am trying to plot a vector field in cylindrical coordinates.
> The command "PlotVectorField" doesn't appear to be recognized by
> Mathematica. Is there any other easy way to plot a vector field?
> 
> e-mail appreciated: jsweet at engineering.ucsb.edu

Did you connect to the package?

Needs["Graphics`PlotField`"]
PlotVectorField[{Sin[x], Cos[y]},{x, 0, Pi}, {y, 0, Pi}]

Ciao
    -erk-
-- 
 Dr.-Ing. Erk JENSEN                    mailto:Erk.Jensen at cern.ch
 CERN  PS/RF  L19510          http://jensene.home.cern.ch/jensene
 CH-1211 Geneva 23                      Tel.:     +41 22 76 74298
 Switzerland                            Fax.:     +41 22 76 78510


  • Prev by Date: Re: Font Problem: Mathematica 4.01 + Xfree86 4.02
  • Next by Date: Re: vector field plotting
  • Previous by thread: Re: vector field plotting
  • Next by thread: Re: vector field plotting