Hi fellow mathematicians!
I am having a hard time figuring out how an ellipsoid is globally defined.
I know that a local formula for an ellipsoid is:
$(\frac{x}{A})^2 + (\frac{y}{B})^2 + (\frac{z}{C})^2 - 1 = 0$.
However, with this formula I can only place it on the coordinate beginning and it would be aligned with axis. I would like to be able to place it anywhere with any rotation I could think of.
I have found a formula that should globally describe an ellipsoid:
$Ax^2 + By^2 + Cz^2 + Dyz + Ezx + Fxy + Gx + Hy + Jz + K = 0$.
Unfortunately, I have no idea how we got such a formula from the local one and I do not know how to use it. It would be really, really appreciated if someone could explain it to me.
Notation: Capital letters are constants and $x$, $y$ and $z$ are coordinates.
Thanks a lot!
What happened with the constants $G$, $H$, $J$ and $K$? Where do they come from?
I guess you have a typo in the second row, third column. Shouldn't it be $D/2$?
I tried to plot an ellipsoid as:
$5x^2 + 5y^2 + 10 z^2 + 8yz + 6zx + 2xy = 0$
Which should be OK with the conditions given for matrix $M$, but the plot didn't show a surface. Any idea what the problem could be?
– Leta May 12 '17 at 18:10