What algorithm does SS2TF use in MATLAB 7.6 (R2008a)?

The documentation for SS2TF mentions the use of the following equation:
C*(s*I-A)^(-1)*B = [det(s*I-A+B*C) - det(S*I-A)] / det(S*I-A)
However, I cannot find any method to prove this equation.

 採用された回答

MathWorks Support Team
MathWorks Support Team 2021 年 4 月 30 日
編集済み: MathWorks Support Team 2021 年 4 月 30 日

0 投票

To prove the relationship, you can substitute a dummy variable, say X, for sI-A and then rearrange the equation such that you obtain one in the form of Sylvester's determinant theorem:
det(X+a*b') = det(X)*(1+b'*X^(-1)*a)
This equation is the third and last equation in the "Useful identities" section of this URL:
​​​​​#Useful_identities.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMathematics についてさらに検索

製品

リリース

R2008a

Community Treasure Hunt

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

Start Hunting!

Translated by