I want to represent a rotated ellipse with matrices.
From these answers:
https://math.stackexchange.com/a/434482/197705
What is the parametric equation of a rotated Ellipse (given the angle of rotation)
I know one can describe a rotate ellipse. I know from this answer,
https://math.stackexchange.com/a/1403133/197705
it is possible but I don't understand how to do it.
How do you go from this
$$\dfrac {((x-h)\cos(A)+(y-k)\sin(A))^2}{(a^2)}+\dfrac{((x-h) \sin(A)-(y-k) \cos(A))^2}{(b^2)}=1,$$
to this
$$ (\mathbf{x}-\mathbf{v})^TA(\mathbf{x}-\mathbf{v})=1 $$
The notation is not consistent since these are quotes from two different answers.
I need to know this so I can understand some elliptical properties of the isocurve of bivariate normal distributions.