X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=blobdiff_plain;f=scilab%2Fmodules%2Fcacsd%2Fhelp%2Fen_US%2Flinear_system_factorization%2Frowinout.xml;h=5df656298e2eb9655e9d39ce1f3ff7f81a72c6a9;hp=5ce83ec8d07b43f5c8ab56ef3c01b26a60c7050c;hb=f67bfcb30c3617bb487fb1f36ddd856434bb9f94;hpb=ea94d2dcf5e6856d24b6d86ee15f43ceb3b1085c diff --git a/scilab/modules/cacsd/help/en_US/linear_system_factorization/rowinout.xml b/scilab/modules/cacsd/help/en_US/linear_system_factorization/rowinout.xml index 5ce83ec..5df6562 100644 --- a/scilab/modules/cacsd/help/en_US/linear_system_factorization/rowinout.xml +++ b/scilab/modules/cacsd/help/en_US/linear_system_factorization/rowinout.xml @@ -13,14 +13,17 @@ * along with this program. * --> - + rowinout inner-outer factorization Syntax - [Inn,X,Gbar]=rowinout(G) + [Inn, X, Gbar] = rowinout(G) Arguments @@ -74,10 +77,10 @@ G admits the following inner-outer factorization: - +]]> where Inn is square and inner (all pass and stable) and Gbar square and outer i.e: @@ -87,20 +90,15 @@ Note that: - +]]> - is a row compression of G where X = Inn inverse is all-pass i.e: - - - - (for the continuous time case). + is a row compression of G where X = Inn + inverse is all-pass i.e: Xt(-s).X(s) = Identity + (for the continuous time case).