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

« back to all changes in this revision

Viewing changes to modules/m2sci/help/en_US/m2sci_equivalents/b/bessely.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:id="m2sci_bessely">
14
 
  <refnamediv>
15
 
    <refname>bessely (Matlab function)</refname>
16
 
    <refpurpose>Bessel functions of the second kind </refpurpose>
17
 
  </refnamediv>
18
 
  <refsection>
19
 
    <title>Matlab/Scilab equivalent</title>
20
 
    <informaltable border="1" width="100%">
21
 
      <tr>
22
 
        <td align="center">
23
 
          <emphasis role="bold">Matlab</emphasis>
24
 
        </td>
25
 
        <td align="center">
26
 
          <emphasis role="bold">Scilab</emphasis>
27
 
        </td>
28
 
      </tr>
29
 
      <tr>
30
 
        <td>
31
 
          <programlisting role="example"><![CDATA[
32
 
bessely
33
 
]]></programlisting>
34
 
        </td>
35
 
        <td>
36
 
          <programlisting role="example"><![CDATA[
37
 
bessely
38
 
]]></programlisting>
39
 
        </td>
40
 
      </tr>
41
 
    </informaltable>
42
 
  </refsection>
43
 
  <refsection>
44
 
    <title>Particular cases</title>
45
 
    <para>
46
 
Scilab <emphasis role="bold">bessely</emphasis> function can work with only one output argument, but the Matlab function can work with two outputs arguments.
47
 
</para>
48
 
  </refsection>
49
 
  <refsection>
50
 
    <title>Examples</title>
51
 
    <informaltable border="1" width="100%">
52
 
      <tr>
53
 
        <td align="center">
54
 
          <emphasis role="bold">Matlab</emphasis>
55
 
        </td>
56
 
        <td align="center">
57
 
          <emphasis role="bold">Scilab</emphasis>
58
 
        </td>
59
 
      </tr>
60
 
      <tr>
61
 
        <td>
62
 
          <programlisting role="example"><![CDATA[
 
14
    <refnamediv>
 
15
        <refname>bessely (Matlab function)</refname>
 
16
        <refpurpose>Bessel functions of the second kind </refpurpose>
 
17
    </refnamediv>
 
18
    <refsection>
 
19
        <title>Matlab/Scilab equivalent</title>
 
20
        <informaltable border="1" width="100%">
 
21
            <tr>
 
22
                <td align="center">
 
23
                    <emphasis role="bold">Matlab</emphasis>
 
24
                </td>
 
25
                <td align="center">
 
26
                    <emphasis role="bold">Scilab</emphasis>
 
27
                </td>
 
28
            </tr>
 
29
            <tr>
 
30
                <td>
 
31
                    <programlisting role="example"><![CDATA[
 
32
bessely
 
33
]]></programlisting>
 
34
                </td>
 
35
                <td>
 
36
                    <programlisting role="example"><![CDATA[
 
37
bessely
 
38
]]></programlisting>
 
39
                </td>
 
40
            </tr>
 
41
        </informaltable>
 
42
    </refsection>
 
43
    <refsection>
 
44
        <title>Particular cases</title>
 
45
        <para>
 
46
            Scilab <emphasis role="bold">bessely</emphasis> function can work with only one output argument, but the Matlab function can work with two outputs arguments.
 
47
        </para>
 
48
    </refsection>
 
49
    <refsection>
 
50
        <title>Examples</title>
 
51
        <informaltable border="1" width="100%">
 
52
            <tr>
 
53
                <td align="center">
 
54
                    <emphasis role="bold">Matlab</emphasis>
 
55
                </td>
 
56
                <td align="center">
 
57
                    <emphasis role="bold">Scilab</emphasis>
 
58
                </td>
 
59
            </tr>
 
60
            <tr>
 
61
                <td>
 
62
                    <programlisting role="example"><![CDATA[
63
63
y = bessely(alpha,x)
64
64
y = bessely(alpha,x,1)
65
65
[y,ierr] = bessely(alpha,...)
66
66
]]></programlisting>
67
 
        </td>
68
 
        <td>
69
 
          <programlisting role="example"><![CDATA[
 
67
                </td>
 
68
                <td>
 
69
                    <programlisting role="example"><![CDATA[
70
70
y = bessely(alpha,x)
71
71
y = bessely(alpha,x,ice),ice = 1 or ice = 2
72
72
]]></programlisting>
73
 
        </td>
74
 
      </tr>
75
 
    </informaltable>
76
 
  </refsection>
 
73
                </td>
 
74
            </tr>
 
75
        </informaltable>
 
76
    </refsection>
77
77
</refentry>