I have a problem that involves a system of linear equations and inequalities. The problem is defined by Ax = 0
and Cx > 0
(A
and C
are matrices, x
is a vector of variables to be solved for). This problem likely has a range of solutions. I'd like to find at least one solution or a set of solutions and then choose one out of them. Any ideas how to do this with MATLAB?
For background (not sure this will help though), the vector x
contains coefficients for a function which I am trying to determine. The function has known minima (defined by the equality), and another set of constraints for points that have to be above the minima (defined by the inequalities).