checking is done on <literal>ai</literal>'s.
</para>
</refsection>
+ <refsection>
+ <title>Examples</title>
+ <programlisting role="example"><![CDATA[
+s=poly(0,'s');
+W=[1/s,1/(s+1)]
+W'*W
+Num=[s,s+2;1,s];
+Den=[s*s,s;s,s*s];
+rlist(Num,Den,[])
+ ]]></programlisting>
+ </refsection>
+
<refsection role="see also">
<title>See Also</title>
<simplelist type="inline">
<member>
<link linkend="syslin">syslin</link>
</member>
+ <member>
+ <link linkend="rational">rational</link>
+ </member>
</simplelist>
</refsection>
</refentry>
<para>
</para>
</refsection>
+ <refsection>
+ <title>Exemples</title>
+ <programlisting role="example"><![CDATA[
+s=poly(0,'s');
+W=[1/s,1/(s+1)]
+W'*W
+Num=[s,s+2;1,s];
+Den=[s*s,s;s,s*s];
+rlist(Num,Den,[])
+ ]]></programlisting>
+ </refsection>
<refsection role="see also">
<title>Voir aussi</title>
<simplelist type="inline">
<member>
<link linkend="syslin">syslin</link>
</member>
+ <member>
+ <link linkend="rational">rational</link>
+ </member>
</simplelist>
</refsection>
</refentry>
<title>Description</title>
<para>
returns as a character string
- the name of the library containing the function <literal>function-name</literal>.
+ the name of the library containing the function <literal>function-name</literal>.
The path of the library is returned by typing <literal>"librname"</literal>.
</para>
</refsection>
+ <refsection>
+ <title>Exemples</title>
+ <programlisting role="example"><![CDATA[
+whereis("ls") // Should return fileiolib
+whereis("plot") // Should return graphicslib
+ ]]></programlisting>
+ </refsection>
+
<refsection role="see also">
<title>See Also</title>
<simplelist type="inline">
<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" xmlns:scilab="http://www.scilab.org" xml:lang="fr" xml:id="whereis">
<refnamediv>
<refname>whereis</refname>
- <refpurpose>nom de la bibliothèque contenant une fonction </refpurpose>
+ <refpurpose>nom de la bibliothèque contenant une fonction</refpurpose>
</refnamediv>
<refsynopsisdiv>
<title>Séquence d'appel</title>
<title>Description</title>
<para>
Renvoie une chaîne de caractères contenant le nom de la bibliothèque contenant
- la fonction <literal>function-name</literal>.
+ la fonction <literal>function-name</literal>.
Le chemin d'accès à la bibliothèque peut être obtenu avec la fonction <literal>"librname"</literal>.
</para>
</refsection>
+ <refsection>
+ <title>Examples</title>
+ <programlisting role="example"><![CDATA[
+whereis("ls") // Devrait retourner fileiolib
+whereis("plot") // Devrait retourner graphicslib
+ ]]></programlisting>
+ </refsection>
+
<refsection role="see also">
<title>Voir aussi</title>
<simplelist type="inline">