Suppose we have a linear system $$Ax=b,\,\,x\ge0,$$ where $A$ is a $m\times n$ matrix and $b$ is a given $n\times 1$ column vector.
Def: We say a problem is a canonical minimum problem if the problem requires us to find a $x\in\mathbb R^n $ s.t. $$Ax=b,\,\,x\ge0\text{ , minimize }c\cdot x \text{ for some given }c\in\mathbb R^n.$$
My problem: Consider the linear system $Ax=b,\,\,x\ge0$ with nothing to be optimized. Show how to state this system as a canonical minimum problem by the right choice for the vector $c$.
In fact, I am confused with what the problem says. And I am not sure what it wants me to do. Can someone help me understand it?
Thanks in advance.