Scilab 6.0.0
Aide de Scilab >> Polynômes > pol2str
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 — From any Scilab datatype and provide a representation to the TeX, LaTeX or MathML formats
- sci2exp — converts an expression to a string
Historique
Version | Description |
5.5.0 | Extension aux polynômes à coefficients complexes et aux hypermatrices. Vectorisation du traitement du tableau de polynômes |
Comments
See comments in other languages: English: 1 comment(s)
Add a comment:
Please login to comment this page.