Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Português - Русский - 日本語
Aide de Scilab >> Systèmes de Contrôle - CACSD > Analyse linéaire > Contrôlabilité Observabilité > cont_mat

cont_mat

controllability matrix

Syntax

Cc=cont_mat(A,B)
Cc=cont_mat(sl)

Arguments

a,b

two real matrices of appropriate dimensions

sl

linear system (syslin list)

Description

cont_mat returns the controllability matrix of the pair A,B (resp. of the system sl=[A,B,C,D]).

Cc=[B, AB, A^2 B,..., A^(n-1) B]

See Also

  • ctr_gram — controllability gramian
  • contr — controllability, controllable subspace, staircase
  • canon — canonical controllable form
  • st_ility — stabilizability test
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:31:03 CEST 2016