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
equil
対称行列の対の平衡
呼び出し手順
T=equil(P,Q)
パラメータ
- P, Q
正定対称行列
- T
正則行列
説明
equil
は次のような t
を返します:
T*P*T'
および
inv(T)'*Q*inv(T)
は
共に対角行列で正定行列です.
Report an issue | ||
<< dscr | Model Transformation | equil1 >> |