Spherical
VectorAnalysis`
VectorAnalysis`
Spherical
As of Version 9.0, vector analysis functionality is built into the Wolfram Language »
Details and Options
- To use Spherical, you first need to load the Vector Analysis Package using Needs["VectorAnalysis`"].
Examples
Basic Examples (1)
Needs["VectorAnalysis`"]Use Spherical as the default coordinate system:
SetCoordinates[Spherical]All evaluations now use spherical coordinates as the default:
CoordinateRanges[]JacobianDeterminant[]Reset the default coordinate system to Cartesian:
SetCoordinates[Cartesian]