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

« back to all changes in this revision

Viewing changes to modules/elementary_functions/help/pt_BR/trigonometry/asec.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:
3
3
 * Ajouter ici d'éventuels commentaires sur le fichier XML
4
4
-->
5
5
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns5="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="asec" xml:lang="en">
6
 
  <refnamediv>
7
 
    <refname>asec</refname>
8
 
    <refpurpose>computa o arco-secante elemento a elemento do
9
 
      argumento
10
 
    </refpurpose>
11
 
  </refnamediv>
12
 
  <refsynopsisdiv>
13
 
    <title>Seqüência de Chamamento</title>
14
 
    <synopsis>y = asec(x)</synopsis>
15
 
  </refsynopsisdiv>
16
 
  <refsection>
17
 
    <title>Parâmetros</title>
18
 
    <variablelist>
19
 
      <varlistentry>
20
 
        <term>x</term>
21
 
        <listitem>
22
 
          <para>array de reais ou complexos</para>
23
 
        </listitem>
24
 
      </varlistentry>
25
 
      <varlistentry>
26
 
        <term>y</term>
27
 
        <listitem>
28
 
          <para>array de reais ou complexos</para>
29
 
        </listitem>
30
 
      </varlistentry>
31
 
    </variablelist>
32
 
  </refsection>
33
 
  <refsection>
34
 
    <title>Descrição</title>
35
 
    <para>computa o arco-secante elemento a elemento do argumento. Para
36
 
      valores reais com valores absolutos maiores que 1, o resultado é
37
 
      real
38
 
    </para>
39
 
    <para>
40
 
      As seguintes igualdades se verificam: <literal>asec(z) = -acsc(-z) =
41
 
        asin(1/z) = %pi/2-asec(x) = %i*acsch(%i*z)
42
 
      </literal>
43
 
    </para>
44
 
  </refsection>
45
 
  <refsection>
46
 
    <title>Exemplos</title>
47
 
    <programlisting role="example"><![CDATA[ 
 
6
    <refnamediv>
 
7
        <refname>asec</refname>
 
8
        <refpurpose>computa o arco-secante elemento a elemento do
 
9
            argumento
 
10
        </refpurpose>
 
11
    </refnamediv>
 
12
    <refsynopsisdiv>
 
13
        <title>Seqüência de Chamamento</title>
 
14
        <synopsis>y = asec(x)</synopsis>
 
15
    </refsynopsisdiv>
 
16
    <refsection>
 
17
        <title>Parâmetros</title>
 
18
        <variablelist>
 
19
            <varlistentry>
 
20
                <term>x</term>
 
21
                <listitem>
 
22
                    <para>array de reais ou complexos</para>
 
23
                </listitem>
 
24
            </varlistentry>
 
25
            <varlistentry>
 
26
                <term>y</term>
 
27
                <listitem>
 
28
                    <para>array de reais ou complexos</para>
 
29
                </listitem>
 
30
            </varlistentry>
 
31
        </variablelist>
 
32
    </refsection>
 
33
    <refsection>
 
34
        <title>Descrição</title>
 
35
        <para>computa o arco-secante elemento a elemento do argumento. Para
 
36
            valores reais com valores absolutos maiores que 1, o resultado é
 
37
            real
 
38
        </para>
 
39
        <para>
 
40
            As seguintes igualdades se verificam: <literal>asec(z) = -acsc(-z) =
 
41
                asin(1/z) = %pi/2-asec(x) = %i*acsch(%i*z)
 
42
            </literal>
 
43
        </para>
 
44
    </refsection>
 
45
    <refsection>
 
46
        <title>Exemplos</title>
 
47
        <programlisting role="example"><![CDATA[ 
48
48
x=[1 2 -2 sqrt(2) -sqrt(2) 2/sqrt(3) -2/sqrt(3) -1];
49
49
asec(x)/%pi
50
50
 ]]></programlisting>
51
 
  </refsection>
52
 
  <refsection>
53
 
    <title>Ver Também</title>
54
 
    <simplelist type="inline">
55
 
      <member>
56
 
        <link linkend="sec">sec</link>
57
 
      </member>
58
 
      <member>
59
 
        <link linkend="asecd">asecd</link>
60
 
      </member>
61
 
      <!--<member>
 
51
    </refsection>
 
52
    <refsection>
 
53
        <title>Ver Também</title>
 
54
        <simplelist type="inline">
 
55
            <member>
 
56
                <link linkend="sec">sec</link>
 
57
            </member>
 
58
            <member>
 
59
                <link linkend="asecd">asecd</link>
 
60
            </member>
 
61
            <!--<member>
62
62
        <link linkend="csgn">csgn</link>
63
63
      </member>-->
64
 
    </simplelist>
65
 
  </refsection>
66
 
  <refsection>
67
 
    <title>Referências</title>
68
 
    <simplelist type="vert">
69
 
      <member>Kahan, W., "Branch cuts for complex elementary functions, or,
70
 
        Much ado about nothing's sign bit", Proceedings of the joing IMA/SIAM
71
 
        conference on The State of the Art in Numerical Analysis, University of
72
 
        Birmingham, A. Iserles and M.J.D. Powell, eds, Clarendon Press, Oxford,
73
 
        1987, 165-210.
74
 
      </member>
75
 
    </simplelist>
76
 
  </refsection>
 
64
        </simplelist>
 
65
    </refsection>
 
66
    <refsection>
 
67
        <title>Referências</title>
 
68
        <simplelist type="vert">
 
69
            <member>Kahan, W., "Branch cuts for complex elementary functions, or,
 
70
                Much ado about nothing's sign bit", Proceedings of the joing IMA/SIAM
 
71
                conference on The State of the Art in Numerical Analysis, University of
 
72
                Birmingham, A. Iserles and M.J.D. Powell, eds, Clarendon Press, Oxford,
 
73
                1987, 165-210.
 
74
            </member>
 
75
        </simplelist>
 
76
    </refsection>
77
77
</refentry>