Scilab 6.0.2
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
sylv
Sylvester equation.
Syntax
sylv(A, B, C, flag)
Arguments
- A,B,C
- three real matrices of appropriate dimensions. 
- flag
- character string ( - 'c'or- 'd')
Description
X= sylv(A, B, C, 'c') computes X, solution
            of the "continuous time" Sylvester equation
A*X+X*B = C
X=sylv(A, B, C, 'd') computes X, solution
            of the modified "discrete time" Sylvester equation
A*X*B+X = C
X=-sylv(-A, B, C, 'd') computes X, solution
            of the real "discrete time" Sylvester equation
A*X*B-X = C
Examples
See also
- lyap — Equation de Lyapunov
| Report an issue | ||
| << riccati | Calculs Matriciels | Transformation de Modèles >> |