Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Coordinate Systems >

Bispherical

Bispherical
represents the bispherical coordinate system with default variables Uu, Vv, and Pphi and default parameter value 1.
Bispherical[u, v, Phi]
represents the bispherical coordinate system with variables u, v, and Phi and default parameter value 1.
Bispherical[u, v, Phi, a]
represents the bispherical coordinate system with variables u, v, and Phi and parameter a.
Use Bispherical as the default coordinate system:
All evaluations now use bispherical coordinates as the default:
Reset the default coordinate system to Cartesian:
Needs["VectorAnalysis`"]
Use Bispherical as the default coordinate system:
In[2]:=
Click for copyable input
Out[2]=
All evaluations now use bispherical coordinates as the default:
In[3]:=
Click for copyable input
Out[3]=
In[4]:=
Click for copyable input
Out[4]=
Reset the default coordinate system to Cartesian:
In[5]:=
Click for copyable input
Out[5]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team