Scilab 5.5.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
pol2str
多項式を文字列に変換
呼び出し手順
[str]=pol2str(p)
パラメータ
- p
実数または複素係数行列多項式
- str
文字列
例
pol2str(%z) p = poly ([1, 2, 3], "x","coeff"); pol2str(p) p = (1+%i+%z)^(1:4) pol2str(p)
参照
- string — 文字列に変換
- prettyprint — Scilabデータ型からTeX, LaTeXまたはMathML形式の出力を得る
- sci2exp — 式を文字列に変換
ヒストリカル
バージョン | 記述 |
5.5.0 | 複素係数とhypermatricesと多項式への拡張。多項式のベクトル化処理テーブル |
Report an issue | ||
<< pdiv | Polynomials | polfact >> |