I have a question concerning the formulation of an (3D) ellipsoid. The most common definition for an ellipsoid seems to be:
$$ E = \left\{ x= \left( x_1, \dots x_n \right)^T \in \Bbb R^n: \sum_{i=1}^n \left( \frac{x_i}{r_i} \right)^2 = 1 \right\} $$
based on the different radii $r_i$. However for an ellipse (2D) I also found the following definition:
$$ E = \left\{ x \in \Bbb R^2: \| x - f_1 \| + \| x - f_2 \| = c \right\}$$
which is based on the two focal points $f_1$ and $f_2$ of an ellipse. Do definitions of this kind also exist for ellipsoids in 3D or higher? How many focal points can an ellipsoid in 3D or higher actually have? I am especially interested in ellipsoids where all radii $r_1, \dots, r_n$ can be different (like a Scalene or triaxial ellipsoids).