Solve Bilateral Matrix Quadratic Equation

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

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2007a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Quadratic Programming and Cone Programming en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

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

1.0.0.0