LCP / MCP solver (Newton-based)

バージョン 1.0.0.0 (2.79 KB) 作成者: Yuval
Solve the Linear Complementarity Problem.
ダウンロード: 2.7K
更新 2008/8/4

ライセンスの表示

x = LCP(M,q) solves the LCP

x >= 0
Mx + q >= 0
x'(Mx + q) = 0

x = LCP(M,q,l,u) solves the generalized LCP (a.k.a MCP)

l < x < u => Mx + q = 0
x = u => Mx + q < 0
l = x => Mx + q > 0

x = LCP(M,q,l,u,x0,display) allows the optional initial value 'x0' and
a binary flag 'display' which controls the display of iteration data.

引用

Yuval (2025). LCP / MCP solver (Newton-based) (https://jp.mathworks.com/matlabcentral/fileexchange/20952-lcp-mcp-solver-newton-based), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2008a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersWeather and Atmospheric Science についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0