I have recently been researching about quadratic equations, and came across the following formula for finding the minimum $x$ and $y$ values from a "Bivariate (two equation) quadratic":
$$x = -(2BC-DE)/(4AB-E^2)$$ $$y = -(2AD-CE)/(4AB-E^2)$$
Where the variables are:
$Ax^2 + By^2 + Cx + Dy + Exy + F$
If I wanted to expand this to having $n$ variables (for example: for $n=3$ it would be $x,y,z$), what method would I use to create these formulas for finding the minimum values of all the variables?
Edit: I'm still quite new to this site, if there's any way I can improve my question please edit it or let me know!