Given a general parabola $$(Ax+Cy)^2+Dx+Ey+F=0$$ what is the axis of symmetry in the form $ax+by+c=0$?
It is possible of course to first work out the angle of rotation such that $xy$ and $y^2$ terms disappear, in order to get an upright parabola $y=px^2+qx+r$ and proceed from there. This may involve some messy trigonometric manipulations.
Could there be another approach perhaps, considering only quadratic and linear equations?
Addendum
From the solution (swapped) by Meet Taraviya and some graphical testing, the equation for the axis of symmetry is
Axis of Symmetry: $$\color{red}{Ax+Cy+\frac {AD+CE}{2(A^2+C^2)}=0}$$
which is quite neat. Note that the result is independent of $F$. Awaiting further details on the derivation.
Addendum 2
Here is an interesting question on MSE on a similar topic.
Addendum 3 (added 23 May 2018)
Tangent at Vertex: $$Cx-Ay+\frac {(A^2+C^2)(F-k^2)}{CD-AE}=0$$ where $k=\frac {AD+CE}{2(A^2+C^2)}$.
Note that the parabola can also be written as
$$\underbrace{Cx-Ay+d}_{\text{Tangent at Vertex if $=0$}} =m\;\big(\underbrace{Ax+Cy+k}_{\text{Axis of Symmetry if $=0$}}\big)^2$$ where $$m=\frac {A^2+C^2}{AE-CD}$$ and $d=\frac {(A^2+C^2)(F-k^2)}{CD-AE}$
See Desmos implementation here.