I have the following implicit equation of an ellipse
$\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}=1.$
What will be the equation once it is sheared in the $x$ direction by an angle $\phi$ ?
In other words, suppose I wanted to apply the following shear transformation to the points of an ellipse
$\begin{bmatrix} x'\\ y' \end{bmatrix} = \begin{bmatrix} 1 & \tan(\phi)\\ 0 & 1 \end{bmatrix} \begin{bmatrix} x\\ y \end{bmatrix}$
How would this transformation be represented in an implicit ellipse equation?