help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: solving set of inequalities


From: Jaroslav Hajek
Subject: Re: solving set of inequalities
Date: Sat, 23 Jan 2010 21:09:48 +0100

On Sat, Jan 23, 2010 at 8:05 PM, mat95pat <address@hidden> wrote:
>
> Hi, I'd like to solve set of inequalities with Octave, but I have no idea how
> to do that. For example:
>
> x1 + 2x2 <= 0
> 2x1 + 3x3 <= 0
> x2 - x3 <= 0
> x1 + x2 + x3 <=0
>
> Does anybody know some function for solving this kind of problem, or method
> with Octave?
> Is possible to do that with Octave?
>
> Thanks in advance
> Petr
> --

This is called linear programming, see "glpk".


-- 
RNDr. Jaroslav Hajek, PhD
computing expert & GNU Octave developer
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]