Solve Bilateral Matrix Quadratic Equation

Solves matrix equation of type AX+XB+XCX+D = 0 for X being non-square.
949 download
Aggiornato 16 mar 2010

Visualizza la licenza

% 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
%

Cita come

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

Compatibilità della release di MATLAB
Creato con R2007a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Quadratic Programming and Cone Programming in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

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

1.0.0.0