I am an undergraduate CS student and I am struggling with a problem.
$Qx = b$ where $Q$ is a constant $m \times n$ matrix (with $m>n$), $x$ is a $n \times 1$ vector and $b$ is a $m\times 1$ vector.
I want to maximize the number of zeros in vector $b$.
subject to: $x(i)>0$ for $i=1,2, \ldots,n$
How do one tackle a problem like this ?
Here's a slow way to do it.