Tangent of ellipse
In this post, we would like to give a formula to plot the tangent plane of an ellipse. The full course with relevant topics is available on my Github.
An n-dimensional ellipse can be defined by the following equation
where is a positive definite matrix and is the center of ellipse.
Then for any point belonging to this ellipse, the tangent plane at is given by
Note. For a general point , we may construct a point lying on the ellipse by using the following formula
The following figure is our experiment using Python.