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
sylv
equação de Sylvester
Seqüência de Chamamento
sylv(A,B,C,flag)
Parâmetros
- A,B,C
três matrizes de reais de dimensões apropriadas
- flag
string (
'c'
ou'd'
)
Descrição
X= sylv(A,B,C,'c')
computa X
,
solução da equação de "tempo contínuo" de Sylvester.
A*X+X*B=C
X=sylv(A,B,C,'d')
computa X
,
solução da equação de "tempo discreto" de Sylvester.
A*X*B-X=C
Exemplos
Ver Também
- lyap — equação de Lyapunov
Report an issue | ||
<< riccati | Matrix Computation | Model Transformation >> |