Jump to content

Linear complementarity problem

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Henrygb (talk | contribs) at 23:10, 5 February 2005 (new stub - requested). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The linear complementarity problem consists of starting with a known n-dimensional column vector q and a known n×n matrix M, and finding two n-dimensional vectors w and z such that:

  1. q = wMz
  2. wi ≥ 0 and zi ≥ 0 for each i
  3. wi×zi = 0 (i.e. either wi=0 or zi=0) for each i

There are several algorithms dealing with specific cases of the linear complementarity problem.

See also