Path: news.mathworks.com!not-for-mail
From: "arnold szilagyi" <john.doe.nospam@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: underdetermined linear equation system
Date: Sun, 11 Oct 2009 19:54:04 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 13
Message-ID: <hatd4s$q6g$1@fred.mathworks.com>
References: <hasu5b$di4$1@fred.mathworks.com> <hasvc7$sbm$1@fred.mathworks.com> <hata91$ra1$1@fred.mathworks.com> <hatb5m$ncc$1@fred.mathworks.com>
Reply-To: "arnold szilagyi" <john.doe.nospam@mathworks.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1255290844 26832 172.30.248.38 (11 Oct 2009 19:54:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 11 Oct 2009 19:54:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1134066
Xref: news.mathworks.com comp.soft-sys.matlab:576554



> Yes READ careful the doc of quadprog/linprog, you mess inputs between inequalities and equality constraints.
> 
> Bruno

quote:
"x = quadprog(H,f,A,b,Aeq,beq) solves the problem above while additionally satisfying the equality constraints Aeq*x = beq."

this means that my A and B matrices are actually Aeq an beq???

if so what is the right syntax, because I can not figure it out.

arnold