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

« back to all changes in this revision

Viewing changes to modules/differential_equations/help/en_US/intl.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: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="intl" xml:lang="en">
14
 
  <refnamediv>
15
 
    <refname>intl</refname>
16
 
    <refpurpose>Cauchy integral</refpurpose>
17
 
  </refnamediv>
18
 
  <refsynopsisdiv>
19
 
    <title>Calling Sequence</title>
20
 
    <synopsis>[y]=intl(a,b,z0,r,f)</synopsis>
21
 
  </refsynopsisdiv>
22
 
  <refsection>
23
 
    <title>Arguments</title>
24
 
    <variablelist>
25
 
      <varlistentry>
26
 
        <term>z0</term>
27
 
        <listitem>
28
 
          <para>a complex number</para>
29
 
        </listitem>
30
 
      </varlistentry>
31
 
      <varlistentry>
32
 
        <term>a, b</term>
33
 
        <listitem>
34
 
          <para>two real numbers</para>
35
 
        </listitem>
36
 
      </varlistentry>
37
 
      <varlistentry>
38
 
        <term>r</term>
39
 
        <listitem>
40
 
          <para>positive real number</para>
41
 
        </listitem>
42
 
      </varlistentry>
43
 
      <varlistentry>
44
 
        <term>f</term>
45
 
        <listitem>
46
 
          <para>"external" function</para>
47
 
        </listitem>
48
 
      </varlistentry>
49
 
    </variablelist>
50
 
  </refsection>
51
 
  <refsection>
52
 
    <title>Description</title>
53
 
    <para>
54
 
      If <literal>f</literal> is a complex-valued function,
55
 
      <literal>intl(a,b,z0,r,f)</literal> computes the integral of
56
 
      <literal>f(z)dz</literal> along the curve in the complex plane defined by
57
 
      <literal>z0 + r.*exp(%i*t)</literal> for <literal>a&lt;=t&lt;=b</literal>
58
 
      .(part of the circle with center <literal>z0</literal> and radius
59
 
      <literal>r</literal> with phase between <literal>a</literal> and
60
 
      <literal>b</literal>).
61
 
    </para>
62
 
  </refsection>
63
 
  <refsection role="see also">
64
 
    <title>See Also</title>
65
 
    <simplelist type="inline">
66
 
      <member>
67
 
        <link linkend="intc">intc</link>
68
 
      </member>
69
 
    </simplelist>
70
 
  </refsection>
 
14
    <refnamediv>
 
15
        <refname>intl</refname>
 
16
        <refpurpose>Cauchy integral</refpurpose>
 
17
    </refnamediv>
 
18
    <refsynopsisdiv>
 
19
        <title>Calling Sequence</title>
 
20
        <synopsis>[y]=intl(a,b,z0,r,f)</synopsis>
 
21
    </refsynopsisdiv>
 
22
    <refsection>
 
23
        <title>Arguments</title>
 
24
        <variablelist>
 
25
            <varlistentry>
 
26
                <term>z0</term>
 
27
                <listitem>
 
28
                    <para>a complex number</para>
 
29
                </listitem>
 
30
            </varlistentry>
 
31
            <varlistentry>
 
32
                <term>a, b</term>
 
33
                <listitem>
 
34
                    <para>two real numbers</para>
 
35
                </listitem>
 
36
            </varlistentry>
 
37
            <varlistentry>
 
38
                <term>r</term>
 
39
                <listitem>
 
40
                    <para>positive real number</para>
 
41
                </listitem>
 
42
            </varlistentry>
 
43
            <varlistentry>
 
44
                <term>f</term>
 
45
                <listitem>
 
46
                    <para>"external" function</para>
 
47
                </listitem>
 
48
            </varlistentry>
 
49
        </variablelist>
 
50
    </refsection>
 
51
    <refsection>
 
52
        <title>Description</title>
 
53
        <para>
 
54
            If <literal>f</literal> is a complex-valued function,
 
55
            <literal>intl(a,b,z0,r,f)</literal> computes the integral of
 
56
            <literal>f(z)dz</literal> along the curve in the complex plane defined by
 
57
            <literal>z0 + r.*exp(%i*t)</literal> for <literal>a&lt;=t&lt;=b</literal>
 
58
            .(part of the circle with center <literal>z0</literal> and radius
 
59
            <literal>r</literal> with phase between <literal>a</literal> and
 
60
            <literal>b</literal>).
 
61
        </para>
 
62
    </refsection>
 
63
    <refsection role="see also">
 
64
        <title>See Also</title>
 
65
        <simplelist type="inline">
 
66
            <member>
 
67
                <link linkend="intc">intc</link>
 
68
            </member>
 
69
        </simplelist>
 
70
    </refsection>
71
71
</refentry>