Scilab 6.0.0
Справка Scilab >> CACSD > Model Transformation > equil
equil
balancing of pair of symmetric matrices
Syntax
T=equil(P,Q)
Arguments
- P, Q
two positive definite symmetric matrices
- T
nonsingular matrix
Description
equil
returns t
such that:
T*P*T'
and inv(T)'*Q*inv(T)
are both equal to a same
diagonal and positive matrix.
Comments
Add a comment:
Please login to comment this page.