Bipolar
represents the bipolar coordinate system with default variables Uu, Vv, and Zz and default parameter value 1.
Bipolar[u,v,z]
represents the bipolar coordinate system with variables u, v, and z and default parameter value 1.
Bipolar[u,v,z,a]
represents the bipolar coordinate system with variables u, v, and z and parameter a.
Bipolar
Bipolar
represents the bipolar coordinate system with default variables Uu, Vv, and Zz and default parameter value 1.
Bipolar[u,v,z]
represents the bipolar coordinate system with variables u, v, and z and default parameter value 1.
Bipolar[u,v,z,a]
represents the bipolar coordinate system with variables u, v, and z and parameter a.
Details and Options
- To use Bipolar, you first need to load the Vector Analysis Package using Needs["VectorAnalysis`"].
Examples
Basic Examples (1)
Needs["VectorAnalysis`"]Use Bipolar as the default coordinate system:
SetCoordinates[Bipolar]All evaluations now use bipolar coordinates as the default:
CoordinateRanges[]JacobianDeterminant[]Reset the default coordinate system to Cartesian:
SetCoordinates[Cartesian]