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.
EllipticCylindrical
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)
Needs["VectorAnalysis`"]Use EllipticCylindrical as the default coordinate system:
SetCoordinates[EllipticCylindrical]All evaluations now use elliptic cylindrical coordinates as the default:
CoordinateRanges[]JacobianDeterminant[]Reset the default coordinate system to Cartesian:
SetCoordinates[Cartesian]