Scilab-Branch-5.3-GIT
      
      - Aide Scilab
- Algèbre Lineaire
- bdiag
- chfact
- chol
- chsolve
- cmb_lin
- coff
- colcomp
- companion
- cond
- det
- expm
- fullrf
- fullrfk
- givens
- glever
- gspec
- hess
- householder
- inv
- kernel
- linsolve
- lu
- lyap
- nlev
- orth
- pbig
- pinv
- polar
- proj
- qr
- range
- rank
- rcond
- rowcomp
- spec
- sqroot
- squeeze
- sva
- svd
- trace
- aff2ab
- balanc
- classmarkov
- eigenmarkov
- ereduc
- fstair
- genmarkov
- gschur
- im_inv
- kroneck
- lsq
- pencan
- penlaur
- projspec
- psmall
- quaskro
- randpencil
- rankqr
- rowshuff
- rref
- schur
- spaninter
- spanplus
- spantwo
- sylv
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
lyap
Equation de Lyapunov
Séquence d'appel
[X]=lyap(A,C,flag)
Paramètres
- A, C
- matrices réelles, - Cdoit être symétrique
- flag
- chaîne de caractères, 'c' ou 'd' 
Description
X = lyap(A,C,flag) résout l'équation matricielle de
      Lyapunov en temps continu ou discret
A'*X + X*A = C ( flag = 'c' ) A'*X*A - X = C ( flag = 'd' )
Une solution unique existe si A n'a pas de valeur propre
    sur l'axe imaginaire (flag='c') ou si 1 n'est pas
    valeur propre de A (flag='d').
Exemples
Voir aussi
| << lu | Algèbre Lineaire | nlev >> |