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

« back to all changes in this revision

Viewing changes to modules/linear_algebra/help/pt_BR/glever.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:
1
 
<?xml version="1.0" encoding="ISO-8859-1"?>
2
 
<!--
3
 
 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4
 
 * Copyright (C) 2008 - INRIA
5
 
 * 
6
 
 * This file must be used under the terms of the CeCILL.
7
 
 * This source file is licensed as described in the file COPYING, which
8
 
 * you should have received as part of this distribution.  The terms
9
 
 * are also available at    
10
 
 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
11
 
 *
12
 
 -->
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:ns4="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:id="glever" xml:lang="en">
14
 
  <refnamediv>
15
 
    <refname>glever</refname>
16
 
    <refpurpose>inverso do feixe de matrizes</refpurpose>
17
 
  </refnamediv>
18
 
  <refsynopsisdiv>
19
 
    <title> Seq��ncia de Chamamento </title>
20
 
    <synopsis>[Bfs,Bis,chis]=glever(E,A [,s])</synopsis>
21
 
  </refsynopsisdiv>
22
 
  <refsection>
23
 
    <title>Par�metros</title>
24
 
    <variablelist>
25
 
      <varlistentry>
26
 
        <term>E, A</term>
27
 
        <listitem>
28
 
          <para>duas matrizes de reais quadradas de igual dimens�o</para>
29
 
        </listitem>
30
 
      </varlistentry>
31
 
      <varlistentry>
32
 
        <term>s</term>
33
 
        <listitem>
34
 
          <para>
35
 
            string (o valor padr�o � '<literal>s</literal>')
36
 
          </para>
37
 
        </listitem>
38
 
      </varlistentry>
39
 
      <varlistentry>
40
 
        <term>Bfs,Bis</term>
41
 
        <listitem>
42
 
          <para>duas matrizes de polin�mios </para>
43
 
        </listitem>
44
 
      </varlistentry>
45
 
      <varlistentry>
46
 
        <term>chis</term>
47
 
        <listitem>
48
 
          <para>polin�mio</para>
49
 
        </listitem>
50
 
      </varlistentry>
51
 
    </variablelist>
52
 
  </refsection>
53
 
  <refsection>
54
 
    <title>Descri��o</title>
55
 
    <para>Computa��o de</para>
56
 
    <para>
57
 
      <literal>(s*E-A)^-1</literal>
58
 
    </para>
59
 
    <para>pelo algoritmo generalizado de Leverrier para um feixe de
60
 
      matrizes.
61
 
    </para>
62
 
    <programlisting role=""><![CDATA[ 
63
 
(s*E-A)^-1 = (Bfs/chis) - Bis.
64
 
 ]]></programlisting>
65
 
    <para>
66
 
      <literal>chis</literal> = polin�mio caracter�stico (at� uma
67
 
      constante multiplicativa).
68
 
    </para>
69
 
    <para>
70
 
      <literal>Bfs</literal> = nmatriz de polin�mios como
71
 
      numerador.
72
 
    </para>
73
 
    <para>
74
 
      <literal>Bis</literal> = matriz de polin�mios ( - expans�o de
75
 
      <literal>(s*E-A)^-1</literal> ao infinito).
76
 
    </para>
77
 
    <para>
78
 
      Note o sinal - antes de <literal>Bis</literal>.
79
 
    </para>
80
 
  </refsection>
81
 
  <refsection>
82
 
    <title>Cuidado </title>
83
 
    <para>
84
 
      Esta fun��o usa <literal>cleanp</literal> para simplificar
85
 
      <literal>Bfs,Bis</literal> e <literal>chis</literal>.
86
 
    </para>
87
 
  </refsection>
88
 
  <refsection>
89
 
    <title>Exemplos</title>
90
 
    <programlisting role="example"><![CDATA[ 
91
 
s=%s;F=[-1,s,0,0;0,-1,0,0;0,0,s-2,0;0,0,0,s-1];
92
 
[Bfs,Bis,chis]=glever(F)
93
 
inv(F)-((Bfs/chis) - Bis)
94
 
 ]]></programlisting>
95
 
  </refsection>
96
 
  <refsection>
97
 
    <title> Ver Tamb�m </title>
98
 
    <simplelist type="inline">
99
 
      <member>
100
 
        <link linkend="rowshuff">rowshuff</link>
101
 
      </member>
102
 
      <member>
103
 
        <link linkend="det">det</link>
104
 
      </member>
105
 
      <member>
106
 
        <link linkend="invr">invr</link>
107
 
      </member>
108
 
      <member>
109
 
        <link linkend="coffg">coffg</link>
110
 
      </member>
111
 
      <member>
112
 
        <link linkend="pencan">pencan</link>
113
 
      </member>
114
 
      <member>
115
 
        <link linkend="penlaur">penlaur</link>
116
 
      </member>
117
 
    </simplelist>
118
 
  </refsection>
119
 
</refentry>