Consider the quadratic function $\displaystyle q(\textbf{x}) = \frac{1}{2} \textbf{x}^T G \textbf{x} + \textbf{d}^T \textbf{x} + c$ on $\mathbb{R}^n$, where $\textbf{d}$ is a constant $n \times 1$ vector, $G$ is a constant $n \times n$ symmetric matrix and $c$ is a scalar.
The gradient is...
I am stuck at the inequality proof of this convext set problem.
$\Omega = \{ \textbf{x} \in \mathbb{R}^2 | x_1^2 - x_2 \leq 6 \}$
The set should be a convex set, meaning for $\textbf{x}, \textbf{y} \in \mathbb{R}^2$ and $\theta \in [0,1]$, $\theta \textbf{x} + (1-\theta)\textbf{y}$ also belong...