I am trying to solve the image of a tilted ellipse $x^2+3y^2-3xy-8x+10y+1=0$ under the linear transformation represented by the matrix
$\begin{bmatrix}-1&1\\1&3\end{bmatrix}$
Since there are six terms in the given equation, I am thinking of finding 6 points on the curve and find their respective image using the given matrix and find the values of the numerical coefficients of the following equation.
$ax^2+by^2+cxy+dx+ey+f=0$
I would like to kindly ask if my solution is possible and if there are other simpler ways to find the image of the linear transformation.
Thanks in advance.