Scilab 6.0.2
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
conversion polynôme => texte
Séquence d'appel
strs = pol2str(p)
Paramètres
- p
matrice ou hypermatrice de polynômes à coefficients réels ou complexes
- str
matrice ou hypermatrice texte
Description
convertit les polynômes p en textes les représentant (fonction utilitaire).
Le format de sortie des coefficients est fixé par format(..). |
Exemples
pol2str(%z) p = poly ([1, 2, 3], "x","coeff"); pol2str(p) p = (1+%i+%z)^(1:4) pol2str(p)
Voir aussi
- string — conversion en chaîne de caractères
- prettyprint — Converts a Scilab object into some corresponding LaTeX, TeX or MathML string(s)
- sci2exp — returns a string able to generate a given Scilab object
Historique
Version | Description |
5.5.0 | Extension aux polynômes à coefficients complexes et aux hypermatrices. Vectorisation du traitement du tableau de polynômes |
Report an issue | ||
<< pdiv | Polynômes | polfact >> |