Re: Solving linear programming problem using graph/ plot?
- From: Marcelo Marazzi <mREMOVEmaALLraCAPITALSzzi@xxxxxxxxxxxxx>
- Date: Thu, 18 May 2006 15:03:41 -0400
I'm not sure I understand the question. Do
you mean solving two-variable linear programs
geometrically using only a graph of the constraints
and contours of the objective function?
If this is the question, the answer is no - at
least I'm not aware of such function.
If the Optimization Toolbox is installed in your
system, you can try linprog, which solves linear
programs (via linear algebra, not using the graph).
-marcelo
marslee@xxxxxxxxxxx wrote:
Does the Matlab has some knid of functons that can slove linear program.
problem using the graph?
Maximize K= 3x1 + 2x2
Subject to
x1+6x2 <=6
4x3 + 5x2 =3
X1>=7
X2>=9
- References:
- Solving linear programming problem using graph/ plot?
- From: marslee
- Solving linear programming problem using graph/ plot?
- Prev by Date: Re: removing zeros from a vector
- Next by Date: Re: removing zeros from a vector
- Previous by thread: Solving linear programming problem using graph/ plot?
- Next by thread: reading a tiff stack more quickly / PackBits compression
- Index(es):
Relevant Pages
|