1 <?xml version="1.0" encoding="UTF-8"?>
4 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
5 * Copyright (C) 2006-2008 - INRIA
6 * Copyright (C) 2013 - Samuel GOUGEON : upgrade for 5.5.0
8 * This file must be used under the terms of the CeCILL.
9 * This source file is licensed as described in the file COPYING, which
10 * you should have received as part of this distribution. The terms
11 * are also available at
12 * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
16 <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="ja" xml:id="pol2str">
20 <refname>pol2str</refname>
22 <refpurpose>多項式を文字列に変換</refpurpose>
30 <synopsis>strs = pol2str(p)</synopsis>
46 <para>実数または複素係数の多項式の行列またはハイパー行列</para>
58 <para>文字列の行列またはハイパー行列</para>
74 多項式を文字列に変換します (ユーティリティ関数).
82 係数の出力フォーマットは、<link linkend="format">format(..)</link> によって設定されます.
96 <programlisting role="example"><![CDATA[
99 p = poly ([1, 2, 3], "x","coeff");
110 <refsection role="see also">
114 <simplelist type="inline">
118 <link linkend="string">string</link>
124 <link linkend="prettyprint">prettyprint</link>
130 <link linkend="sci2exp">sci2exp</link>
138 <refsection role="history tag">
146 <revnumber>5.5.0</revnumber>
150 pol2str() は複素係数を有する多項式およびハイパー行列に拡張されました.