Scilab 6.0.0
Please note that the recommended version of Scilab is 6.1.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
Comments
Add a comment:
Please login to comment this page.