MathGroup Archive 2009

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

Search the Archive

Re: custom coordinate systems in mathematica Help!

  • To: mathgroup at smc.vnet.net
  • Subject: [mg97116] Re: custom coordinate systems in mathematica Help!
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 5 Mar 2009 04:58:15 -0500 (EST)
  • Organization: Uni Leipzig
  • References: <golr2n$qd9$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

there is a package "VectorAnalysis", you can load it with

Needs["VectorAnalysis`"]

and that does this for the most coordinate systems. You need only
look in the source code of the package to extend it to your
coordinate system if it is not already defined in
"VectorAnalysis`".

Regards
  Jens


Magician wrote:
> Hi!,
> HELP!
> 
> I've asked this question a couple of times but never received an
> answer.
> 
> 
> I have a new coordinate system to deal with.
> x=f(u, v,w)
> y=g(u,v,w)
> z=h(u,v,w)
> (x,y,z) are Cartesian
> and it's inverse is known.
> How can I program this in Mathematica and compute the gradient, curl,
> divergence, laplacian
> and other operators in this coordinate system ????
> 


  • Prev by Date: Re: find the maxima in a function
  • Next by Date: Re: question about mathlink.h
  • Previous by thread: custom coordinate systems in mathematica Help!
  • Next by thread: Re: custom coordinate systems in mathematica Help!