|
|
| File Information |
| Description |
An interesting homework assignment is to solve the homogeneous linear matrix system, A*B = k*B*A. This is a form of a linear algebraic Riccati equation.
When k = 1, this always has a solution for real A. When k = -1, the solution only exists for specific matrices A.
abba uses a kron trick to reformulate this as a standard linear system, then solves the problem for one specific (arbitrary) solution. |
| MATLAB release |
MATLAB 7.4 (R2007a)
|
| Zip File Content |
|
| Other Files |
abba.m, license.txt
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (5) |
| 21 Apr 2008 |
John D'Errico
|
|
|
| 22 Apr 2008 |
Marco Pittaluga
|
|
|
| 25 Apr 2008 |
Kacem Baraket
|
|
|
| 15 Jun 2009 |
Bruno Luong
|
|
|
| 17 Jun 2009 |
Laoji Zhou
|
|
|
| Updates |
| 21 Apr 2008 |
Improved the help |
| 23 Apr 2008 |
A one character change in the summary: b --> B |
| 17 Jun 2009 |
Removed the requirement for real inputs, also fixed the problem with transpose versus ctranspose as pointed out by Bruno. |
|
MATLAB Central Terms of Use
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.
Contact us at files@mathworks.com