Linear complementarity problem

This is an old revision of this page, as edited by Silverfish (talk | contribs) at 12:17, 19 September 2005 (Stub-sorting. You can help!). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematics, the linear complementarity problem in linear algebra 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