VectorAnalysis`
VectorAnalysis`
EllipticCylindrical
As of Version 9.0, vector analysis functionality is built into the Wolfram Language »
EllipticCylindrical
represents the elliptic cylindrical coordinate system with default variables Uu, Vv, and Zz and default parameter value 1.
EllipticCylindrical[u,v,z]
represents the elliptic cylindrical coordinate system with variables u, v, and z and default parameter value 1.
EllipticCylindrical[u,v,z,a]
represents the elliptic cylindrical coordinate system with variables u, v, and z and parameter a.
Details and Options
- To use EllipticCylindrical, you first need to load the Vector Analysis Package using Needs["VectorAnalysis`"].
Examples
Basic Examples (1)
Use EllipticCylindrical as the default coordinate system:
All evaluations now use elliptic cylindrical coordinates as the default:
Reset the default coordinate system to Cartesian: