Solve Bilateral Matrix Quadratic Equation

Solves matrix equation of type AX+XB+XCX+D = 0 for X being non-square.
944 Downloads
Updated 16 Mar 2010

View License

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

Cite As

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

MATLAB Release Compatibility
Created with R2007a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Quadratic Programming and Cone Programming in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

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

1.0.0.0