~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/cacsd/help/en_US/st_ility.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 *
12
12
 -->
13
13
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="en" xml:id="st_ility">
14
 
  <refnamediv>
15
 
    <refname>st_ility</refname>
16
 
    <refpurpose> stabilizability test</refpurpose>
17
 
  </refnamediv>
18
 
  <refsynopsisdiv>
19
 
    <title>Calling Sequence</title>
20
 
    <synopsis>[ns, [nc, [,U [,Slo] ]]]=st_ility(Sl [,tol])</synopsis>
21
 
  </refsynopsisdiv>
22
 
  <refsection>
23
 
    <title>Arguments</title>
24
 
    <variablelist>
25
 
      <varlistentry>
26
 
        <term>Sl</term>
27
 
        <listitem>
28
 
          <para>
29
 
            <literal>syslin</literal> list (linear system)
30
 
          </para>
31
 
        </listitem>
32
 
      </varlistentry>
33
 
      <varlistentry>
34
 
        <term>ns</term>
35
 
        <listitem>
36
 
          <para> integer (dimension of stabilizable subspace)</para>
37
 
        </listitem>
38
 
      </varlistentry>
39
 
      <varlistentry>
40
 
        <term>nc</term>
41
 
        <listitem>
42
 
          <para>
43
 
            integer (dimension of controllable subspace <literal>nc &lt;= ns</literal>)
44
 
          </para>
45
 
        </listitem>
46
 
      </varlistentry>
47
 
      <varlistentry>
48
 
        <term>U</term>
49
 
        <listitem>
50
 
          <para>
51
 
            basis such that its <literal>ns</literal> (resp. <literal>nc</literal>) first components span the stabilizable (resp. controllable) subspace
52
 
          </para>
53
 
        </listitem>
54
 
      </varlistentry>
55
 
      <varlistentry>
56
 
        <term>Slo</term>
57
 
        <listitem>
58
 
          <para>
59
 
            a linear system (<literal>syslin</literal> list)
60
 
          </para>
61
 
        </listitem>
62
 
      </varlistentry>
63
 
      <varlistentry>
64
 
        <term>tol</term>
65
 
        <listitem>
66
 
          <para>threshold for controllability detection (see contr)</para>
67
 
        </listitem>
68
 
      </varlistentry>
69
 
    </variablelist>
70
 
  </refsection>
71
 
  <refsection>
72
 
    <title>Description</title>
73
 
    <para>
74
 
      <literal> Slo=( U'*A*U, U'*B, C*U, D, U'*x0 )</literal> (<literal>syslin</literal> list)
75
 
      displays the stabilizable form of <literal>Sl</literal>. Stabilizability means
76
 
      <literal>ns=nx</literal> (dim. of <literal>A</literal> matrix).
77
 
    </para>
78
 
    <programlisting role=""><![CDATA[ 
 
14
    <refnamediv>
 
15
        <refname>st_ility</refname>
 
16
        <refpurpose> stabilizability test</refpurpose>
 
17
    </refnamediv>
 
18
    <refsynopsisdiv>
 
19
        <title>Calling Sequence</title>
 
20
        <synopsis>[ns, [nc, [,U [,Slo] ]]]=st_ility(Sl [,tol])</synopsis>
 
21
    </refsynopsisdiv>
 
22
    <refsection>
 
23
        <title>Arguments</title>
 
24
        <variablelist>
 
25
            <varlistentry>
 
26
                <term>Sl</term>
 
27
                <listitem>
 
28
                    <para>
 
29
                        <literal>syslin</literal> list (linear system)
 
30
                    </para>
 
31
                </listitem>
 
32
            </varlistentry>
 
33
            <varlistentry>
 
34
                <term>ns</term>
 
35
                <listitem>
 
36
                    <para> integer (dimension of stabilizable subspace)</para>
 
37
                </listitem>
 
38
            </varlistentry>
 
39
            <varlistentry>
 
40
                <term>nc</term>
 
41
                <listitem>
 
42
                    <para>
 
43
                        integer (dimension of controllable subspace <literal>nc &lt;= ns</literal>)
 
44
                    </para>
 
45
                </listitem>
 
46
            </varlistentry>
 
47
            <varlistentry>
 
48
                <term>U</term>
 
49
                <listitem>
 
50
                    <para>
 
51
                        basis such that its <literal>ns</literal> (resp. <literal>nc</literal>) first components span the stabilizable (resp. controllable) subspace
 
52
                    </para>
 
53
                </listitem>
 
54
            </varlistentry>
 
55
            <varlistentry>
 
56
                <term>Slo</term>
 
57
                <listitem>
 
58
                    <para>
 
59
                        a linear system (<literal>syslin</literal> list)
 
60
                    </para>
 
61
                </listitem>
 
62
            </varlistentry>
 
63
            <varlistentry>
 
64
                <term>tol</term>
 
65
                <listitem>
 
66
                    <para>threshold for controllability detection (see contr)</para>
 
67
                </listitem>
 
68
            </varlistentry>
 
69
        </variablelist>
 
70
    </refsection>
 
71
    <refsection>
 
72
        <title>Description</title>
 
73
        <para>
 
74
            <literal> Slo=( U'*A*U, U'*B, C*U, D, U'*x0 )</literal> (<literal>syslin</literal> list)
 
75
            displays the stabilizable form of <literal>Sl</literal>. Stabilizability means
 
76
            <literal>ns=nx</literal> (dim. of <literal>A</literal> matrix).
 
77
        </para>
 
78
        <programlisting role=""><![CDATA[ 
79
79
         [*,*,*]            [*]
80
80
U'*A*U = [0,*,*]     U'*B = [0]
81
81
         [0,0,*]            [0]
82
82
 ]]></programlisting>
83
 
    <para>
84
 
      where <literal> (A11,B1) </literal> (dim(A11)= <literal>nc</literal>) is controllable and <literal>A22</literal> 
85
 
      (dim(A22)=<literal>ns-nc</literal>) is stable.
86
 
      "Stable" means real part of eigenvalues negative for a continuous
87
 
      linear system, and magnitude of eigenvalues lower than one for a
88
 
      discrete-time system (as defined by <literal>syslin</literal>).
89
 
    </para>
90
 
  </refsection>
91
 
  <refsection>
92
 
    <title>Examples</title>
93
 
    <programlisting role="example"><![CDATA[ 
 
83
        <para>
 
84
            where <literal> (A11,B1) </literal> (dim(A11)= <literal>nc</literal>) is controllable and <literal>A22</literal> 
 
85
            (dim(A22)=<literal>ns-nc</literal>) is stable.
 
86
            "Stable" means real part of eigenvalues negative for a continuous
 
87
            linear system, and magnitude of eigenvalues lower than one for a
 
88
            discrete-time system (as defined by <literal>syslin</literal>).
 
89
        </para>
 
90
    </refsection>
 
91
    <refsection>
 
92
        <title>Examples</title>
 
93
        <programlisting role="example"><![CDATA[ 
94
94
A=diag([0.9,-2,3]);B=[0;0;1];Sl=syslin('c',A,B,[]);
95
95
[ns,nc,U]=st_ility(Sl);
96
96
U'*A*U
99
99
U'*A*U
100
100
U'*B
101
101
 ]]></programlisting>
102
 
  </refsection>
103
 
  <refsection role="see also">
104
 
    <title>See Also</title>
105
 
    <simplelist type="inline">
106
 
      <member>
107
 
        <link linkend="dt_ility">dt_ility</link>
108
 
      </member>
109
 
      <member>
110
 
        <link linkend="contr">contr</link>
111
 
      </member>
112
 
      <member>
113
 
        <link linkend="stabil">stabil</link>
114
 
      </member>
115
 
      <member>
116
 
        <link linkend="ssrand">ssrand</link>
117
 
      </member>
118
 
    </simplelist>
119
 
  </refsection>
 
102
    </refsection>
 
103
    <refsection role="see also">
 
104
        <title>See Also</title>
 
105
        <simplelist type="inline">
 
106
            <member>
 
107
                <link linkend="dt_ility">dt_ility</link>
 
108
            </member>
 
109
            <member>
 
110
                <link linkend="contr">contr</link>
 
111
            </member>
 
112
            <member>
 
113
                <link linkend="stabil">stabil</link>
 
114
            </member>
 
115
            <member>
 
116
                <link linkend="ssrand">ssrand</link>
 
117
            </member>
 
118
        </simplelist>
 
119
    </refsection>
120
120
</refentry>