Solving Time-scale algebraic Lyapunov function in Matlab?
Ältere Kommentare anzeigen
I wish to solve the following equation on Matlab:
A^(T)P + P A + µA^(T)P A = −M,
where A is known matrix and M is a positive-definite matrix as well as µ is a known constant. P is a matrix to be found.
Note: I looked into the lyap function and think of it is as a some kind extension of it. I am not asking for solution but any hints would be highly helpful.
Antworten (1)
Here is what i found in MATLAB help

Your equation
Group 2 and 3 matrices
Multiply all matrices by 





- I is identity matrix
4 Kommentare
Subham Dey
am 28 Feb. 2020
Subham Dey
am 28 Feb. 2020
darova
am 28 Feb. 2020
What does it mean?
Subham Dey
am 29 Feb. 2020
Kategorien
Mehr zu Matrix Computations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!