MathGroup Archive 2012

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

Search the Archive

Re: solving poisson equation with Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg124438] Re: solving poisson equation with Mathematica
  • From: Physics Scholar <physics.scholars at gmail.com>
  • Date: Thu, 19 Jan 2012 06:38:27 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <jf6961$gdh$1@smc.vnet.net>

you can use help menu
+
you must use Needs["VectorFieldPlots`"]
Needs["VectorFieldPlots`"]
VectorFieldPlot3D[{Sin[x], Cos[y], Sin[z]}, {x, 0, 1}, {y, 0, 1}, {z,
  0, 1}, VectorHeads -> True]
and
GradientFieldPlot3D[
 Sin[x] + Cos[y] + Sin[z], {x, 0, 1}, {y, 0, 1}, {z, 0, 1},
 VectorHeads -> True]



  • Prev by Date: Filling question
  • Next by Date: Vectorlength independet of axis-scale using VectorPlot?
  • Previous by thread: Re: solving poisson equation with Mathematica
  • Next by thread: torus connections in Riemannian sheet trajectories?