Let $A \in \Bbb R^{n \times n}$ be symmetric and invertible, and $b \in \Bbb R^n$. Why is finding the minimum of $$\phi(x)={1\over2}x^TAx-x^Tb$$ equivalent to finding the solution of $Ax=b$?
$$Ax=b \implies Ax-b=0\nRightarrow\text{?}{1\over2}x^TAx-x^Tb=0\text{ is minimal}$$
The other implication is also obscure to me.
Are all eigenvalues of $A$ positive? Otherwise if $A$ has negative eigenvalues, then finding the minimum will NOT be equivalent to finding the solution to $Ax = b$
Assuming that all eigenvalues of $A$ are positive: The partial derivatives of each component of the objective function is 0 at the vector $x$ satisfying $Ax = b$. This is a simple calculation.