Solve Bilateral Matrix Quadratic Equation

Solves matrix equation of type AX+XB+XCX+D = 0 for X being non-square.
ダウンロード: 949
更新 2010/3/16

ライセンスの表示

% This Function solves a bilateral matrix quadratic equation
% of the form AX+XB+XCX+D = 0 for X
% Inputs : Matrices A,B,C, D of appropriate dimensions
%
% Output : The Matrix X - if a solution exists
%

引用

Janardhanan Sivaramakrishnan (2024). Solve Bilateral Matrix Quadratic Equation (https://www.mathworks.com/matlabcentral/fileexchange/26956-solve-bilateral-matrix-quadratic-equation), MATLAB Central File Exchange. 取得済み .

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

Community Treasure Hunt

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

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

Included example, included error check for square matrices A,B

1.0.0.0