Scilab 6.0.0
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
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.
See also
| Report an issue | ||
| << dscr | Model Transformation | equil1 >> |