Note
Go to the end to download the full example code.
Reference Ellipsoid#
Parametrization Theory (Optional)#
Consider the domain \(D = \left(-\pi,\pi\right]\times\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]\)
In this sense, let \(\PosSph \in \Real^{3\times1}\) be the position of a sphere surface, then.
\[\Pos\pare{\lambda, \beta}
=
\Pos_{\mathrm{surf}}\pare{\lambda, \beta}
+
h \hat{\boldsymbol{n}}\pare{\lambda, \beta}\]

from matplotlib import pyplot
figure, axes = pyplot.subplots()
pyplot.show()
Total running time of the script: (0 minutes 0.054 seconds)