Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
parrot
Parrotの問題
呼び出し手順
K=parrot(D,r)
パラメータ
- D,K
行列
- r
1X2 ベクトル (
D
の2,2部分の次元)
説明
[D11 D12; D21 D22]
のように分割された行列D
(ただし,size(D22)=r=[r1,r2]
) を指定すると,
[D11 D12; D21 D22+K]
の最大特異値が
最小となるような
行列 K
を計算します
(Parrotの問題).
参照
- h_inf_st — 静的なH_infinity問題
Report an issue | ||
<< nehari | H-infinity | Linear Quadratic >> |