Scilab-Branch-6.1-GIT
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
多項式を文字列に変換
呼び出し手順
strP = pol2str(P)
引数
- P
実数または複素係数の多項式の行列またはハイパー行列
- strP
size(P)に等しいサイズの文字列の配列.
例
pol2str(%z) p = poly ([1, 2, 3], "x","coeff"); pol2str(p) p = (1+%i+%z)^(1:4) pol2str(p)
参照
- string — 文字列に変換
- prettyprint — Converts a Scilab object into some corresponding LaTeX, TeX, MathML or HTML strings
- sci2exp — returns a string able to generate a given Scilab object
履歴
バージョン | 記述 |
5.5.0 | pol2str() は複素係数を有する多項式およびハイパー行列に拡張されました. 配列処理がベクトル化されました. |
Report an issue | ||
<< pdiv | Polynomials | polfact >> |