I'm having problems with the following task:
Let $A = \begin{pmatrix}1 & 1\\\ 1/2 & 1\\\ -1 & 1 \end{pmatrix}$ , $b = \begin{pmatrix}4 \\\ 2\\\ -1\end{pmatrix}$ .
Find all possible $ c \in \mathbb{R}^2$ sucht that $(2,1)^T$ is a solution for the following problem: $$\min_{ x \in \mathbb{R}^2} c^Tx \text{ with } Ax \le b, x \ge 0.$$ Justify your answer with a graphic.
I don't know how to get started with this problem , we've thus far only learned how to graphically solve linear optimization problems.
I'd be thankful for any help.