If I have points of a unit circle (centered at an origin)
$$ \left\{ \left. \begin{pmatrix} \cos(\varphi) \\ \sin(\varphi) \end{pmatrix} \right| \varphi \in [0;2\pi) \right\} $$
and I affect them using ANY linear transformation (if I understand correctly those transformations are isomorphic to $2 \times 2$ matrices) I should get
$$ \left\{ \left. \begin{pmatrix} A & B \\ C & D \end{pmatrix}\begin{pmatrix} \cos(\varphi) \\ \sin(\varphi) \end{pmatrix} \right| \varphi \in [0;2\pi);A,B,C,D \in \mathbb{R} \right\} $$
The question now is can my result be anything else than an ellipse (centered at an origin)?
I can't quite imagine anything else, but at the same time I realize that an ellipse is defined by two semi-axes and a degree of rotation - that's $3$ characteristics. Meanwhile we have $4$ characteristics in a $2 \times 2$ matrix.
Edit: Using semi-axes $P,Q$ and a degree of rotation $\alpha$ I should then be able to represent the same effect any $2 \times 2$ matrix has on a unit circle points hence: $$ \begin{pmatrix} A & B \\ C & D \end{pmatrix}\begin{pmatrix} \cos(\varphi) \\ \sin(\varphi) \end{pmatrix} = \begin{pmatrix} \cos(\alpha) & -\sin(\alpha) \\ \sin(\alpha) & \cos(\alpha) \end{pmatrix}\begin{pmatrix} P\cos(\varphi) \\ Q\sin(\varphi) \end{pmatrix} $$
I don't have much luck with it because apparently I cannot freely eliminate $\varphi$.